Skip to content

Commit

Permalink
Update clicker.html
Browse files Browse the repository at this point in the history
  • Loading branch information
prayogak authored Apr 8, 2024
1 parent e175bd4 commit b7d80b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc/html/clicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="text-redan">Global Clicker</h1>
<p style="font-weight: bold;">CLICKS: <span id="counterDisplay">0</span></p>
</div>
<div id="imageContainer" onclick="incrementCounter()" style="-moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; width: 100px; height: 100px; border-radius: 50%; overflow: hidden;">
<img src="../assets/0p5vyb6.jpg" style="width: 100%; height: 100%;" alt="clicks">
<img src="../assets/clickme-1.png" style="width: 100%; height: 100%;" alt="clicks">
</div>

<script>
Expand Down

0 comments on commit b7d80b3

Please sign in to comment.