error-maintenance.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta4
  5. * @link https://tabler.io
  6. * Copyright 2018-2021 The Tabler Authors
  7. * Copyright 2018-2021 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" 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. </head>
  23. <body class="antialiased border-top-wide border-primary d-flex flex-column">
  24. <div class="page page-center">
  25. <div class="container-tight py-4">
  26. <div class="empty">
  27. <div class="empty-img"><img src="./static/illustrations/undraw_quitting_time_dm8t.svg" height="128" alt="">
  28. </div>
  29. <p class="empty-title">Temporarily down for maintenance</p>
  30. <p class="empty-subtitle text-muted">
  31. Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!
  32. </p>
  33. <div class="empty-action">
  34. <a href="./." class="btn btn-primary">
  35. <!-- Download SVG icon from http://tabler-icons.io/i/arrow-left -->
  36. <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>
  37. Take me home
  38. </a>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. <!-- Libs JS -->
  44. <!-- Tabler Core -->
  45. <script src="./dist/js/tabler.min.js"></script>
  46. </body>
  47. </html>