newtonian-dance/index.html
2026-03-02 14:04:23 +01:00

11 lines
197 B
HTML

<!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>