loading.html 581 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html data-bs-theme="light" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  6. <title>{dreamer-cms:global name="title" /}</title>
  7. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/loader.css">
  8. </head>
  9. <body style="margin: 0px;">
  10. <div style="position: fixed;height: 100%;width: 100%;z-index: 99999;display: flex;
  11. align-items: center;
  12. justify-content: center;" class="loading">
  13. <div class="bt-spinner"></div>
  14. </div>
  15. </body>
  16. </html>