Created
February 2, 2011 03:56
-
-
Save bshyong/807216 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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