Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourva authored Jun 22, 2024
1 parent 8479717 commit 7108d02
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Clicker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="./style/main.css">
<link rel="stylesheet" href="./style/loader.css">
<link rel="stylesheet" href="./style/coin.css">
<link rel="stylesheet" href="./style/boost.css">

<!-- Telegram WebApp initializing -->
<script src="https://telegram.org/js/telegram-web-app.js"></script>
Expand All @@ -30,13 +31,21 @@
</div>

<center>
<button class="coin-balance-button">
<button class="coin-balance-button" id="coin_balance_button">
<h2 class="coin-balance" style="color: #fda803;">$<span id="coin_balance" style="color: #ffffff;">0</span></h2>
</button>
</center>

<img class="coin-button" src="./assets/pics/coin.png" mpy-click="add_balacne">


<center>
<button class="boost-button" mpy-click="upgrade_tap">
Tap:<span id="tap_value">1</span>
($<span id="tap_money">1</span>)
</button>
</center>

<script type="mpy" src="./script/main.py" config="./config.json"></script>
<script type="mpy" src="./script/balance.py" config="./config.json"></script>
</body>
Expand Down

0 comments on commit 7108d02

Please sign in to comment.