Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtrebukhov committed Sep 11, 2018
1 parent 73bb0e0 commit aa3476a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pong</title>
</head>

<body>
<canvas id='canvas' width='700' height='500'></canvas>
<script src='pong1.js'></script>
</body>

</html>

0 comments on commit aa3476a

Please sign in to comment.