404.html 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css">
  8. <link type="text/css" rel="stylesheet" href="assets/css/all.min.css">
  9. <link type="text/css" rel="stylesheet" href="assets/css/animate.css">
  10. <link type="text/css" rel="stylesheet" href="assets/css/style.css">
  11. <title>Page Not Found</title>
  12. </head>
  13. <body>
  14. <div class="container text-center">
  15. <div class="row">
  16. <div class="col">
  17. <div class="animated fadeIn">
  18. <i class="fas fa-question-circle icon-large info"></i>
  19. </div>
  20. <h1 class="animated fadeIn">Page Not Found</h1>
  21. <div class="description-text animated fadeIn delay-1s">
  22. <p>Oops! We couldn't find the page that you're looking for.</p>
  23. <p>Please check the address and try again.</p>
  24. <section class="footer"><strong>Error Code:</strong> 404</section>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <script src="assets/js/bootstrap.min.js"></script>
  30. </body>
  31. </html>