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

404.blade.php 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>404 HTML Tempate by Colorlib</title>
  9. <!-- Google font -->
  10. <link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,900" rel="stylesheet">
  11. <!-- Custom stlylesheet -->
  12. <link type="text/css" rel="stylesheet" href="{{ url('css/404.css') }}" />
  13. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  14. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  15. <!--[if lt IE 9]>
  16. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  17. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  18. <![endif]-->
  19. </head>
  20. <body>
  21. <div id="notfound">
  22. <div class="notfound">
  23. <div class="notfound-404">
  24. <h1>404</h1>
  25. </div>
  26. <h2>We are sorry, Page not found!</h2>
  27. <p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
  28. <a href="https://mpkb.sipadu.my/">Back To Homepage / Contact Developer</a>
  29. </div>
  30. </div>
  31. </body><!-- This templates was made by Colorlib (https://colorlib.com) -->
  32. </html>