first commit

This commit is contained in:
2025-07-13 15:53:40 +02:00
commit c367533b3e
8 changed files with 477 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Scratch a pixel</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="main.ts"></script>
</body>
</html>