10 lines
266 B
HTML
Raw Normal View History

2021-04-08 14:23:21 -04:00
<!DOCTYPE HTML>
<html lang="en">
<title>From Image Rotate and Translate</title>
<script src="frog.js"></script>
<body>
<canvas width="600" height="600"></canvas>
<img style="display: none;" src="frog.png" alt="Frog">
</body>
</html>