Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Last active December 14, 2015 10:39
Show Gist options
  • Save AlphaGit/5073369 to your computer and use it in GitHub Desktop.
Save AlphaGit/5073369 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Arkanoid with canvas</title>
<link rel="stylesheet" type="text/css" href="arkanoid.css">
<script type="text/javascript" src="arkanoid.js"></script>
</head>
<body onload="arkanoid.init();">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment