404.html 933 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>404</title>
  7. <script defer="defer" src="main.js"></script><link href="style.css" rel="stylesheet"></head>
  8. <body class="app">
  9. <div class="pos-a t-0 l-0 bgc-white w-100 h-100 d-f fxd-r fxw-w ai-c jc-c pos-r p-30">
  10. <div class="mR-60">
  11. <img alt="#" src="assets/static/images/404.png">
  12. </div>
  13. <div class="d-f jc-c fxd-c">
  14. <h1 class="mB-30 fw-900 lh-1 c-red-500" style="font-size: 60px;">404</h1>
  15. <h3 class="mB-10 fsz-lg c-grey-900 tt-c">Oops Page Not Found</h3>
  16. <p class="mB-30 fsz-def c-grey-700">The page you are looking for does not exist or has been moved.</p>
  17. <div>
  18. <a href="index.html" type="primary" class="btn btn-primary">Go to Home</a>
  19. </div>
  20. </div>
  21. </div>
  22. </body>
  23. </html>