TheGreatConversion/index.html

9 lines
261 B
HTML
Raw Normal View History

2020-08-30 09:49:08 +09:00
<head>
2020-09-05 10:08:01 +09:00
<link rel="stylesheet" href="index.css">
2020-08-30 09:49:08 +09:00
</head>
2020-09-05 10:08:01 +09:00
<body style="background-color:gray;cursor:url('cursor.png') 8 8,auto;">
2020-08-30 08:35:46 +09:00
<center>
2020-08-30 09:59:14 +09:00
<div id="game" style="width:100%"></div>
2020-08-30 08:35:46 +09:00
</center>
2020-08-29 11:10:15 +09:00
<script type="text/javascript" src="game.test.js"></script>
2020-08-29 09:46:16 +09:00
</body>