schreiben/index.html

27 lines
826 B
HTML
Raw Normal View History

2023-08-28 13:38:39 +00:00
<!doctype html>
2023-03-05 17:10:29 +00:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-08-28 13:38:39 +00:00
<meta
name="theme-color"
content="#18181b"
media="(prefers-color-scheme: dark)"
/>
<meta name="theme-color" content="#ffffff" />
2023-03-26 00:17:29 +00:00
<link rel="manifest" href="/manifest.webmanifest" />
2023-03-26 00:19:42 +00:00
<link rel="icon" href="/edit-2-outline.svg" />
2023-04-22 21:52:30 +00:00
<link
rel="preload"
href="https://nulo.metered.live/api/v1/turn/credentials?apiKey=205de2914a8564e2efa19a7d7f299a95e574"
as="fetch"
crossorigin="anonymous"
/>
2023-03-05 17:10:29 +00:00
<title>Schreiben</title>
</head>
2023-08-29 13:39:59 +00:00
<body class="min-h-screen bg-slate-50 dark:bg-neutral-900">
2023-08-28 13:38:39 +00:00
<div id="app" class="min-h-screen"></div>
2023-03-05 17:10:29 +00:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>