500.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-alpha.15
  5. * @link https://tabler.io
  6. * Copyright 2018-2020 The Tabler Authors
  7. * Copyright 2018-2020 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Page 500 - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css" rel="stylesheet"/>
  22. <style>
  23. body { display: none; }
  24. </style>
  25. </head>
  26. <body class="antialiased border-top-wide border-primary d-flex flex-column">
  27. <div class="flex-fill d-flex align-items-center justify-content-center">
  28. <div class="container-tight py-6">
  29. <div class="empty">
  30. <div class="empty-header">500</div>
  31. <p class="empty-title">Oops… You just found an error page</p>
  32. <p class="empty-subtitle text-muted">
  33. We are sorry but our server encountered an internal error
  34. </p>
  35. <div class="empty-action">
  36. <a href="./." class="btn btn-primary">
  37. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="5" y1="12" x2="19" y2="12" /><line x1="5" y1="12" x2="11" y2="18" /><line x1="5" y1="12" x2="11" y2="6" /></svg>
  38. Take me home
  39. </a>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <!-- Libs JS -->
  45. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  46. <!-- Tabler Core -->
  47. <script src="./dist/js/tabler.min.js"></script>
  48. <script>
  49. document.body.style.display = "block"
  50. </script>
  51. </body>
  52. </html>