added everything else

This commit is contained in:
Sam
2022-03-14 15:27:48 +13:00
parent 1e1866bf65
commit a71f0c97a2
19 changed files with 564 additions and 0 deletions

16
Eye Animation/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app"></div>
<canvas id="canvas" width="500" height="500">
<script src="src/index.js">
</script>
</body>
</html>