8 lines
217 B
HTML
Raw Normal View History

2021-03-31 21:56:49 -04:00
<!DOCTYPE html>
<html lang="en">
<title>Animate the Heart</title>
<script src="animate.js"></script>
<body>
<img src="heart.png" alt="heart" style="position:absolute; left:50px; top:50px">
</body>
</html>