This commit is contained in:
2026-02-20 09:49:26 +01:00
commit 9bab6d8885
8 changed files with 254 additions and 0 deletions

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>scrumFun</title>
</head>
<body style="overflow:hidden">
<script src="src/main.js" type="module"></script>
</body>
</html>