17 lines
245 B
HTML
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>
|
|
|