Files
scrumfun/index.html
2026-02-20 09:49:26 +01:00

9 lines
158 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>scrumFun</title>
</head>
<body style="overflow:hidden">
<script src="src/main.js" type="module"></script>
</body>
</html>