Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 12, 2014 07:08
Show Gist options
  • Save carlosrojaso/61a9f8fa7bbb06ccfe4e to your computer and use it in GitHub Desktop.
Save carlosrojaso/61a9f8fa7bbb06ccfe4e to your computer and use it in GitHub Desktop.
canvas
<!DOCTYPE html>
<html>
<body>
<canvas id="myCanvas" width="200" height="100" style="border:1px solid #000000;">
Your browser does not support the HTML5 canvas tag.
</canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment