mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 14:35:25 +00:00
8 lines
207 B
HTML
8 lines
207 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="margin: 0; overflow: hidden">
|
|
<canvas id="myCanvas" style="display: block; box-sizing: border-box"></canvas>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|