500.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  6. <title>500 | Bootstrap Based Admin Template - Material Design</title>
  7. <!-- Favicon-->
  8. <link rel="icon" href="../../favicon.ico" type="image/x-icon">
  9. <!-- Google Fonts -->
  10. <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
  11. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
  12. <!-- Bootstrap Core Css -->
  13. <link href="../../plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
  14. <!-- Waves Effect Css -->
  15. <link href="../../plugins/node-waves/waves.css" rel="stylesheet" />
  16. <!-- Custom Css -->
  17. <link href="../../css/style-frontend.css" rel="stylesheet">
  18. </head>
  19. <body class="five-zero-zero">
  20. <div class="five-zero-zero-container">
  21. <div class="error-code">500</div>
  22. <div class="error-message">Internal Server Error</div>
  23. <div class="button-place">
  24. <a href="../../index.html" class="btn btn-default btn-lg waves-effect">GO TO HOMEPAGE</a>
  25. </div>
  26. </div>
  27. <!-- Jquery Core Js -->
  28. <script src="../../plugins/jquery/jquery.min.js"></script>
  29. <!-- Bootstrap Core Js -->
  30. <script src="../../plugins/bootstrap/js/bootstrap.js"></script>
  31. <!-- Waves Effect Plugin Js -->
  32. <script src="../../plugins/node-waves/waves.js"></script>
  33. </body>
  34. </html>