404.html 1.2 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <!--[if IE 9 ]><html class="ie9"><![endif]-->
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  5. <meta name="format-detection" content="telephone=no">
  6. <meta charset="UTF-8">
  7. <meta name="description" content="Violate Responsive Admin Template">
  8. <meta name="keywords" content="Super Admin, Admin, Template, Bootstrap">
  9. <title>Super Admin Responsive Template</title>
  10. <!-- CSS -->
  11. <link rel="stylesheet" type="text/css" href="js/bootstrap-3.3.4.css">
  12. <link href="css/style.css" rel="stylesheet">
  13. <link href="css/generics.css" rel="stylesheet">
  14. </head>
  15. <body id="skin-blur-violate">
  16. <section id="error-page" class="tile">
  17. <h1 class="m-b-10">ERROR 404</h1>
  18. <p>Sorry, but the page you are looking for has not been found. Try checking the URL for errors. Don't worry though, we will help you get to the right place.</p>
  19. <a class="underline" href="">Back to previous page</a> or <a class="underline" href="">Go to Home page</a>
  20. </section>
  21. </body>
  22. </html>