This commit is contained in:
2026-02-20 16:16:57 +01:00
parent 9bab6d8885
commit 24b84a73e7
19 changed files with 279 additions and 15 deletions

View File

@@ -1,9 +1,16 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>scrumFun</title>
</head>
<body style="overflow:hidden">
<script src="src/main.js" type="module"></script>
</body>
</html>
<head>
<title>Scrum FUN (TM)</title>
</head>
<body style="overflow: hidden">
<script src="src/main.js" type="module"></script>
</body>
</html>
<style>
body {
background-color: #4e495f;
}
</style>