Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created April 20, 2016 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/cff9a93f60531c10f56dcff6ffb8fc87 to your computer and use it in GitHub Desktop.
Save codecademydev/cff9a93f60531c10f56dcff6ffb8fc87 to your computer and use it in GitHub Desktop.
Codecademy export
<html>
<head>
<meta charset="utf-8" />
<title>Oliver's Gamebook</title>
<style>
* { padding: 0; margin: 0; }
canvas { background: #eee; display: block; margin: 0 auto; }
</style>
</head>
<body>
<canvas id="myCanvas" width="480" height="320"></canvas>
<script type="text/javascript" src="js/main.js"></script>
</body>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment