Skip to content

Instantly share code, notes, and snippets.

@bshyong
Created February 2, 2011 03:56
Show Gist options
  • Save bshyong/807216 to your computer and use it in GitHub Desktop.
Save bshyong/807216 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>Canvas 1</title>
<script type="text/javascript" src="canvas1.js"></script>
<style type="text/css">
body { font-family: Arial, Helvetica, sans-serif;}
</style>
</head>
<body>
<h1>Canvas 1</h1>
<canvas id="canvas" width="900" height="700">
<p>Your browser does not support the canvas element</p>
</canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment