error-maintenance.html 2.7 KB

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