Theme Inspinia
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

404.html 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>INSPINIA | 404 Error</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. <link href="font-awesome/css/font-awesome.css" rel="stylesheet">
  9. <link href="css/animate.css" rel="stylesheet">
  10. <link href="css/style.css" rel="stylesheet">
  11. </head>
  12. <body class="gray-bg">
  13. <div class="middle-box text-center animated fadeInDown">
  14. <h1>404</h1>
  15. <h3 class="font-bold">Page Not Found</h3>
  16. <div class="error-desc">
  17. Sorry, but the page you are looking for has note been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in our app.
  18. <form class="form-inline m-t" role="form">
  19. <div class="form-group">
  20. <input type="text" class="form-control" placeholder="Search for page">
  21. </div>
  22. <button type="submit" class="btn btn-primary">Search</button>
  23. </form>
  24. </div>
  25. </div>
  26. <!-- Mainly scripts -->
  27. <script src="js/jquery-2.1.1.js"></script>
  28. <script src="js/bootstrap.min.js"></script>
  29. </body>
  30. </html>