Skip to content

Instantly share code, notes, and snippets.

@sirdarthvader
Created April 1, 2018 21:59
Show Gist options
  • Save sirdarthvader/5c9714f57859ea25c45cb1df08e3c980 to your computer and use it in GitHub Desktop.
Save sirdarthvader/5c9714f57859ea25c45cb1df08e3c980 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Canvas</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<canvas id="canvas" width="800" height="800"></canvas>
<script src="app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment