500.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version v1.0.0-alpha
  5. * @link https://github.com/tabler/tabler
  6. * Copyright 2018-2019 The Tabler Authors
  7. * Copyright 2018-2019 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://tabler.io/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. <meta http-equiv="Content-Language" content="en"/>
  16. <meta name="msapplication-TileColor" content="#206bc4"/>
  17. <meta name="theme-color" content="#206bc4"/>
  18. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  19. <meta name="apple-mobile-web-app-capable" content="yes"/>
  20. <meta name="mobile-web-app-capable" content="yes"/>
  21. <meta name="HandheldFriendly" content="True"/>
  22. <meta name="MobileOptimized" content="320"/>
  23. <meta name="robots" content="noindex,nofollow,noarchive"/>
  24. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  25. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  26. <title>Page 500 - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  27. <!-- Libs CSS -->
  28. <link href="./dist/libs/jqvmap/dist/jqvmap.min.css?1578435905" rel="stylesheet"/>
  29. <link href="./dist/libs/selectize/dist/css/selectize.css?1578435905" rel="stylesheet"/>
  30. <link href="./dist/libs/fullcalendar/core/main.min.css?1578435905" rel="stylesheet"/>
  31. <link href="./dist/libs/fullcalendar/daygrid/main.min.css?1578435905" rel="stylesheet"/>
  32. <link href="./dist/libs/fullcalendar/timegrid/main.min.css?1578435905" rel="stylesheet"/>
  33. <link href="./dist/libs/fullcalendar/list/main.min.css?1578435905" rel="stylesheet"/>
  34. <!-- Tabler Core -->
  35. <link href="./dist/css/tabler.min.css?1578435905" rel="stylesheet"/>
  36. <!-- Tabler Plugins -->
  37. <link href="./dist/css/tabler-flags.min.css?1578435905" rel="stylesheet"/>
  38. <link href="./dist/css/tabler-payments.min.css?1578435905" rel="stylesheet"/>
  39. <link href="./dist/css/tabler-buttons.min.css?1578435905" rel="stylesheet"/>
  40. </head>
  41. <body class="antialiased border-top-wide border-primary">
  42. <div class="d-flex align-items-center justify-content-center min-vh-100">
  43. <div class="empty">
  44. <div class="empty-icon">
  45. <div class="display-4">500</div>
  46. </div>
  47. <p class="empty-title h3">Oops&hellip; You just found an error page</p>
  48. <p class="empty-subtitle text-muted">
  49. We are sorry but our server encountered an internal error
  50. </p>
  51. <div class="empty-action">
  52. <a href="./index.html" class="btn btn-primary">
  53. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
  54. Take me home
  55. </a>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- Libs JS -->
  60. <script src="./dist/libs/jquery/dist/jquery.slim.min.js?1578435905"></script>
  61. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js?1578435905"></script>
  62. <!-- Tabler Core -->
  63. <script src="./dist/js/tabler.min.js?1578435905"></script>
  64. </body>
  65. </html>