123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html dir="ltr" lang="en-gb">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="stylesheet" href="/assets/mobile/fonts.css">
- <title>Zammad</title>
- </head>
- <style>
- body,
- html,
- #loading-app,
- [data-cy-root] {
- height: 100%;
- }
- </style>
- <body class="bg-black font-sans text-sm text-white antialiased">
- <div data-cy-root></div>
- </body>
- </html>
|