Moved some stuff arround

This commit is contained in:
plane000
2018-06-17 19:48:10 +01:00
parent 6158662de5
commit 70aff3619e
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Pong!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
</head>
<body>
<canvas id="canv" width="400" height="400" onkeypress="onKeyPressed(event)"></canvas>
<script src="game.js"></script>
</body>
</html>