animate/Catalogue/Eye Animation/index.html

16 lines
228 B
HTML
Raw Normal View History

2022-03-14 02:27:48 +00:00
<!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>