Created
April 1, 2018 21:59
-
-
Save sirdarthvader/5c9714f57859ea25c45cb1df08e3c980 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> | |
<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