TheGreatConversion/index.html
2020-08-30 09:47:54 +09:00

7 lines
198 B
HTML

<body style="background-color:gray;
overflow:hidden;position: relative;">
<center>
<div id="game" style=""></div>
</center>
<script type="text/javascript" src="game.test.js"></script>
</body>