Skip to content

Instantly share code, notes, and snippets.

@vmaliwal
Last active October 23, 2019 11:58
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 vmaliwal/eb47316550d3e48d72c5b859f722020a to your computer and use it in GitHub Desktop.
Save vmaliwal/eb47316550d3e48d72c5b859f722020a to your computer and use it in GitHub Desktop.
Super simple canvas index file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Super Simple Canvas</title>
<script src="sketch.js"></script>
</head>
<body>
<canvas id="myCanvas" height="500" width="500"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment