poc
This commit is contained in:
23
index.html
23
index.html
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user