menu-avatar.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <!-- Meta, title, CSS, favicons, etc. -->
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <title>Page Not Found</title>
  10. <!-- Font Awesome -->
  11. <link href="https://natural.voca.vn/assets/css/font-awesome.min.css" rel="stylesheet">
  12. <!-- Bootstrap -->
  13. <link href="https://natural.voca.vn/assets/css/bootstrap.min.css" rel="stylesheet">
  14. <!-- Custom styling plus plugins -->
  15. <link href="https://natural.voca.vn/assets/css/custom.min.css" rel="stylesheet">
  16. </head>
  17. <body class="nav-md">
  18. <div class="container body">
  19. <div class="main_container">
  20. <!-- page content -->
  21. <div class="col-md-12">
  22. <div class="col-middle">
  23. <div class="text-center text-center">
  24. <h1 class="error-number">404</h1>
  25. <h2>Sorry but we couldn't find this page</h2>
  26. <p>This page you are looking for does not exist
  27. </p>
  28. </div>
  29. </div>
  30. </div>
  31. <!-- /page content -->
  32. </div>
  33. </div>
  34. <!-- jQuery -->
  35. <script src="https://natural.voca.vn/assets/js/jquery.min.js"></script>
  36. <!-- Bootstrap -->
  37. <script src="https://natural.voca.vn/assets/js/bootstrap.min.js"></script>
  38. <!-- bootstrap-progressbar -->
  39. <script src="https://natural.voca.vn/assets/js/bootstrap-progressbar.min.js"></script>
  40. </body>
  41. </html>