First commit

This commit is contained in:
2021-10-18 23:49:13 +02:00
commit 7228798f0e
2 changed files with 135 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<body>
<title>JDG :: Tetris JS</title>
<script src="tetris.js"></script>
</body>
<head>
<div id="app"></div>
</head>
</html>