pages_error_404.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <!-- Tell the browser to be responsive to screen width -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <!-- Favicon icon -->
  11. <link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon.png">
  12. <title></title>
  13. <!-- Bootstrap Core CSS -->
  14. <link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  15. <!-- Custom CSS -->
  16. <link href="css/style.css" rel="stylesheet">
  17. <!-- You can change the theme colors from here -->
  18. <link href="css/colors/blue.css" id="theme" rel="stylesheet">
  19. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  20. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  21. <!--[if lt IE 9]>
  22. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  23. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  24. <![endif]-->
  25. </head>
  26. <body class="fix-header card-no-border">
  27. <!-- ============================================================== -->
  28. <!-- Main wrapper - style you can find in pages.scss -->
  29. <!-- ============================================================== -->
  30. <section id="wrapper" class="error-page">
  31. <div class="error-box">
  32. <div class="error-body text-center">
  33. <h1>404</h1>
  34. <h3 class="text-uppercase">Page Not Found !</h3>
  35. <p class="text-muted m-t-30 m-b-30">YOU SEEM TO BE TRYING TO FIND HIS WAY HOME</p>
  36. <a href="index" class="btn btn-info btn-rounded waves-effect waves-light m-b-40">Back to home</a> </div>
  37. <footer class="footer text-center">2017 © Monster Admin.</footer>
  38. </div>
  39. </section>
  40. <!-- ============================================================== -->
  41. <!-- End Wrapper -->
  42. <!-- ============================================================== -->
  43. <!-- ============================================================== -->
  44. <!-- All Jquery -->
  45. <!-- ============================================================== -->
  46. <script src="assets/plugins/jquery/jquery.min.js"></script>
  47. <!-- Bootstrap tether Core JavaScript -->
  48. <script src="assets/plugins/bootstrap/js/tether.min.js"></script>
  49. <script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
  50. <!--Wave Effects -->
  51. <script src="js/waves.js"></script>
  52. </body>
  53. </html>