pages-error-404.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  6. <title>Pages / Not Found 404 - NiceAdmin Bootstrap Template</title>
  7. <meta content="" name="description">
  8. <meta content="" name="keywords">
  9. <!-- Favicons -->
  10. <link href="assets/img/favicon.png" rel="icon">
  11. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  12. <!-- Google Fonts -->
  13. <link href="https://fonts.gstatic.com" rel="preconnect">
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  15. <!-- Vendor CSS Files -->
  16. <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  17. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  18. <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  19. <link href="assets/vendor/quill/quill.snow.css" rel="stylesheet">
  20. <link href="assets/vendor/quill/quill.bubble.css" rel="stylesheet">
  21. <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
  22. <link href="assets/vendor/simple-datatables/style.css" rel="stylesheet">
  23. <!-- Template Main CSS File -->
  24. <link href="assets/css/style.css" rel="stylesheet">
  25. <!-- =======================================================
  26. * Template Name: NiceAdmin - v2.2.0
  27. * Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
  28. * Author: BootstrapMade.com
  29. * License: https://bootstrapmade.com/license/
  30. ======================================================== -->
  31. </head>
  32. <body>
  33. <main>
  34. <div class="container">
  35. <section class="section error-404 min-vh-100 d-flex flex-column align-items-center justify-content-center">
  36. <h1>404</h1>
  37. <h2>The page you are looking for doesn't exist.</h2>
  38. <a class="btn" href="index.html">Back to home</a>
  39. <img src="assets/img/not-found.svg" class="img-fluid py-5" alt="Page Not Found">
  40. <div class="credits">
  41. <!-- All the links in the footer should remain intact. -->
  42. <!-- You can delete the links only if you purchased the pro version. -->
  43. <!-- Licensing information: https://bootstrapmade.com/license/ -->
  44. <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/ -->
  45. Designed by <a href="https://ai.choozmo.com/">Choozmo</a>
  46. </div>
  47. </section>
  48. </div>
  49. </main><!-- End #main -->
  50. <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
  51. <!-- Vendor JS Files -->
  52. <script src="assets/vendor/apexcharts/apexcharts.min.js"></script>
  53. <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  54. <script src="assets/vendor/chart.js/chart.min.js"></script>
  55. <script src="assets/vendor/echarts/echarts.min.js"></script>
  56. <script src="assets/vendor/quill/quill.min.js"></script>
  57. <script src="assets/vendor/simple-datatables/simple-datatables.js"></script>
  58. <script src="assets/vendor/tinymce/tinymce.min.js"></script>
  59. <script src="assets/vendor/php-email-form/validate.js"></script>
  60. <!-- Template Main JS File -->
  61. <script src="assets/js/main.js"></script>
  62. </body>
  63. </html>