component-index.html 536 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html dir="ltr" lang="en-gb">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  7. <link rel="stylesheet" href="/assets/mobile/fonts.css">
  8. <title>Zammad</title>
  9. </head>
  10. <style>
  11. body,
  12. html,
  13. #loading-app,
  14. [data-cy-root] {
  15. height: 100%;
  16. }
  17. </style>
  18. <body class="bg-black font-sans text-sm text-white antialiased">
  19. <div data-cy-root></div>
  20. </body>
  21. </html>