schreiben/index.html

14 lines
351 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-03-26 00:17:29 +00:00
<link rel="manifest" href="/manifest.webmanifest" />
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>