Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat-tyagi authored Oct 3, 2021
1 parent 402ad36 commit 080596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Double Click Heart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</head>
<body>
<h3>Double click on the image to <i class="fas fa-heart"></i> it</h3>
<small>You liked it <span id="times">0</span> times</small>
<small>Everyone liked it <span id="times">0</span> times</small>

<div class="loveMe"></div>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 080596c

Please sign in to comment.