Skip to content

Instantly share code, notes, and snippets.

@mantisbayne
Created December 11, 2013 21:19
Show Gist options
  • Save mantisbayne/7918626 to your computer and use it in GitHub Desktop.
Save mantisbayne/7918626 to your computer and use it in GitHub Desktop.
PONG
<!DOCTYPE html>
<html>
<head>
<title>PONG</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="scripts/trent.js"></script>
<canvas></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment