Skip to content

Commit

Permalink
Added Project 8 projectnotes index file
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaychuang committed Apr 25, 2018
1 parent 33c1217 commit 27c07fe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 08 - Fun with HTML5 Canvas/index-projectnotes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Canvas</title>
</head>
<body>
<canvas id="draw" width="800" height="800"></canvas>
<script>
</script>

<style>
html, body {
margin:0;
}
</style>

</body>
</html>

0 comments on commit 27c07fe

Please sign in to comment.