Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Created March 13, 2013 22:23
Show Gist options
  • Save AlphaGit/5156953 to your computer and use it in GitHub Desktop.
Save AlphaGit/5156953 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