10 lines
266 B
HTML

<!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>