hextris/index.html
2014-05-17 11:27:00 -04:00

14 lines
No EOL
304 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Wasted Time</title>
</head>
<body>
<center>
<canvas id="canvas" style='border: 1px black solid;' width='1000' height='1000'></canvas>
</center>
<script src="entities.js"></script>
<script src="main.js"></script>
<script src="math.js"></script>
</body>
</html>