This commit is contained in:
2024-07-18 10:19:54 +02:00
commit 70923ccbe4
13 changed files with 1999 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sheet Music Trainer</title>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>