First implementation of 10 finger typing
This commit is contained in:
19
tippen/index.html
Normal file
19
tippen/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user