component-index.html 476 B

1234567891011121314151617181920
  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. <title>Zammad</title>
  8. </head>
  9. <style>
  10. body,
  11. html,
  12. #loading-app,
  13. [data-cy-root] {
  14. height: 100%;
  15. }
  16. </style>
  17. <body class="bg-black font-sans text-sm text-white antialiased">
  18. <div data-cy-root></div>
  19. </body>
  20. </html>