forked from ChipiCoin/ChipiCoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (52 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
56 lines (52 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title>ChipiCoin TON</title>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="https://chipicoin.github.io/ChipiCoin/icons/favicon.png">
<link rel="stylesheet" href="https://chipicoin.github.io/ChipiCoin/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
<script src="https://chipicoin.github.io/ChipiCoin/script.js" async></script>
</head>
<body>
<div id="web-content">
<div class="back-shadow"></div>
<header class="text-content">
<img src="https://chipicoin.github.io/ChipiCoin/chipi_coin_png.png" alt="" class="logo">
<h1>ChipiCoin</h1>
<p class="sub-label">The first Proof-of-Work meme token on <a href="https://ton.org/">TON</a></p>
<div align="center" id="social-links">
<a href="https://miner.chipicoin.com">
<img src="https://chipicoin.github.io/ChipiCoin/icons/github-mark.svg" class="link-icon">
</a>
<a href="https://t.me/chipicoin">
<img src="https://chipicoin.github.io/ChipiCoin/icons/telegram-mark.svg" class="link-icon">
</a>
<a href="http://x.com/chipicoin_ton">
<img src="https://chipicoin.github.io/ChipiCoin/icons/x-mark.svg" class="link-icon" id="x-logo">
</a>
</div>
<p><a href="#givers"><i class="arrow" id="givers"></i></a></p>
</header>
<div class="text-content">
<h2>Givers Balance</h2>
<p class="sub-label">In this section, you can check the balance of proof-of-work givers that contain $CHAPA.
</p>
</div>
<div id="wallet-group">
<div class="wallet-group regular-text">
<p id="sumarry-text-c" class="address">Mining progress: ...</p>
<p id="sumarry-text" class="address">Total Givers Balance: ...</p>
<div class="progress-bar">
<div id="sumarry-bar" class="progress-bar-fill"></div>
</div>
</div>
</div>
</div>
<div class="theme-switcher-container">
<input type="checkbox" class="theme-switcher" onclick="switchTheme(this)">
</div>
</body>
</html>