Skip to content

Instantly share code, notes, and snippets.

@willyandan
Created January 31, 2019 20:03
Show Gist options
  • Save willyandan/1cdc1576bd90bd6e25df27f510d2a9a2 to your computer and use it in GitHub Desktop.
Save willyandan/1cdc1576bd90bd6e25df27f510d2a9a2 to your computer and use it in GitHub Desktop.
Pong - html 1
<html>
<body>
<canvas id="canvas" width="800" height="500"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment