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 11766da commit e175bd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sc/html/clicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@
}
</style>
<script async src="https://ss.nwmnd.com/interstitial.js" data-mndintid="4caa82de-1791-4d7c-ab4e-328ac420b4b5"></script>
<link rel="stylesheet" href="../assets/text.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>Global Clicker</title>
</head>
<body>
<body style="-webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Standard syntax */">
<div id="header">
<h1>Global Clicker</h1>
<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/clickme-1.png" style="width: 100%; height: 100%;" alt="clicks">
<img src="../assets/0p5vyb6.jpg" style="width: 100%; height: 100%;" alt="clicks">
</div>

<script>
Expand Down

0 comments on commit e175bd4

Please sign in to comment.