page_404.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>Gentallela Alela! | </title>
  10. <!-- Bootstrap core CSS -->
  11. <link href="css/bootstrap.min.css" rel="stylesheet">
  12. <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
  13. <link href="css/animate.min.css" rel="stylesheet">
  14. <!-- Custom styling plus plugins -->
  15. <link href="css/custom.css" rel="stylesheet">
  16. <link href="css/icheck/flat/green.css" rel="stylesheet">
  17. <script src="js/jquery.min.js"></script>
  18. <!--[if lt IE 9]>
  19. <script src="../assets/js/ie8-responsive-file-warning.js"></script>
  20. <![endif]-->
  21. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  22. <!--[if lt IE 9]>
  23. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  24. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  25. <![endif]-->
  26. </head>
  27. <body class="nav-md">
  28. <div class="container body">
  29. <div class="main_container">
  30. <!-- page content -->
  31. <div class="col-md-12">
  32. <div class="col-middle">
  33. <div class="text-center text-center">
  34. <h1 class="error-number">404</h1>
  35. <h2>Sorry but we couldnt find this page</h2>
  36. <p>This page you are looking for does not exist <a href="#">Report this?</a>
  37. </p>
  38. <div class="mid_center">
  39. <h3>Search</h3>
  40. <form>
  41. <div class="col-xs-12 form-group pull-right top_search">
  42. <div class="input-group">
  43. <input type="text" class="form-control" placeholder="Search for...">
  44. <span class="input-group-btn">
  45. <button class="btn btn-default" type="button">Go!</button>
  46. </span>
  47. </div>
  48. </div>
  49. </form>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. <!-- /page content -->
  55. </div>
  56. <!-- footer content -->
  57. </div>
  58. <div id="custom_notifications" class="custom-notifications dsp_none">
  59. <ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
  60. </ul>
  61. <div class="clearfix"></div>
  62. <div id="notif-group" class="tabbed_notifications"></div>
  63. </div>
  64. <script src="js/bootstrap.min.js"></script>
  65. <!-- bootstrap progress js -->
  66. <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
  67. <script src="js/nicescroll/jquery.nicescroll.min.js"></script>
  68. <!-- icheck -->
  69. <script src="js/icheck/icheck.min.js"></script>
  70. <script src="js/custom.js"></script>
  71. <!-- pace -->
  72. <script src="js/pace/pace.min.js"></script>
  73. <!-- /footer content -->
  74. </body>
  75. </html>