9 lines
261 B
HTML
9 lines
261 B
HTML
<head>
|
|
<link rel="stylesheet" href="index.css">
|
|
</head>
|
|
<body style="background-color:gray;cursor:url('cursor.png') 8 8,auto;">
|
|
<center>
|
|
<div id="game" style="width:100%"></div>
|
|
</center>
|
|
<script type="text/javascript" src="game.test.js"></script>
|
|
</body> |