20 lines
669 B
HTML
20 lines
669 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<title>Delfin Tippen</title>
|
|
|
|
<meta name="theme-color" content="#0b2f2c" />
|
|
<meta name="description" content="Zehnfingerschreiben lernen mit Delfinen" />
|
|
<link rel="icon" href="/icon-192.png" type="image/png" />
|
|
|
|
<link rel="stylesheet" href="/fonts/nunito.css" />
|
|
<link rel="preload" href="/fonts/nunito-latin.woff2" as="font" type="font/woff2" crossorigin />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|