Initial commit

This commit is contained in:
Yura Dupyn 2026-03-02 14:04:23 +01:00
commit 9e6e6666ab
31 changed files with 3799 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Newtonian Dance</title>
</head>
<body>
<script type="module" src="src/main.tsx"></script>
</body>
</html>