schreiben/index.html

23 lines
726 B
HTML
Raw Normal View History

2023-03-05 17:10:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-08-27 01:20:51 +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>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>