8 lines
217 B
HTML
8 lines
217 B
HTML
<!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> |