mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 14:35:25 +00:00
16 lines
228 B
HTML
16 lines
228 B
HTML
<!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> |