error-maintenance.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta20
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 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>Maintenance mode - 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?1692870487" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1692870487" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1692870487" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1692870487" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1692870487" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body class=" border-top-wide border-primary d-flex flex-column">
  33. <script src="./dist/js/demo-theme.min.js?1692870487"></script>
  34. <div class="page page-center">
  35. <div class="container-tight py-4">
  36. <div class="empty">
  37. <div class="empty-img"><img src="./static/illustrations/undraw_quitting_time_dm8t.svg" height="128" alt="">
  38. </div>
  39. <p class="empty-title">Temporarily down for maintenance</p>
  40. <p class="empty-subtitle text-secondary">
  41. Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!
  42. </p>
  43. <div class="empty-action">
  44. <a href="./." class="btn btn-primary">
  45. <!-- Download SVG icon from http://tabler-icons.io/i/arrow-left -->
  46. <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"/><path d="M5 12l14 0" /><path d="M5 12l6 6" /><path d="M5 12l6 -6" /></svg>
  47. Take me home
  48. </a>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <!-- Libs JS -->
  54. <!-- Tabler Core -->
  55. <script src="./dist/js/tabler.min.js?1692870487" defer></script>
  56. <script src="./dist/js/demo.min.js?1692870487" defer></script>
  57. </body>
  58. </html>