HTML5CanvasGame / index.html
awacke1's picture
Update index.html
b7f181a
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Simple Canvas Game</title>
</head>
<body>
<script src="game.js"></script>
</body>
</html>