Skip to content

Instantly share code, notes, and snippets.

@coderd00d
Created May 31, 2013 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coderd00d/5682591 to your computer and use it in GitHub Desktop.
Save coderd00d/5682591 to your computer and use it in GitHub Desktop.
Snakefill -- html file
<!DOCTYPE html>
<!-- Hard Snake Fill Challenge -->
<html>
<head>
<title></title>
<link rel='stylesheet' type='text/css' href='snakestyle.css'/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="./snake.js"></script>
</head>
<body>
<canvas id="snakePit">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment