Files
scrumfun/index.html
2026-02-20 16:16:57 +01:00

17 lines
245 B
HTML

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