forked from tronprotocol/wallet-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 994 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 994 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Jigger Auto Sale</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Jigger Auto Sale</h1>
<div class="wallet-card">
<div class="wallet-header">
<h3>Wallet Profile: <span class="highlight">charmingjigger1</span></h3>
</div>
<div class="wallet-body">
<p><strong>Address:</strong> <span class="mono">0x747E15...7a0e19c5</span></p>
<p><strong>Wallet Type:</strong> <span class="status-tag">EOA (Standard)</span></p>
<p><strong>Primary Domain:</strong> <span class="mono">charmingjigger.blockchain</span></p>
</div>
<div class="network-grid">
<div class="network-item">Ethereum: <span class="ready">EOA</span></div>
<div class="network-item">BNB Chain: <span class="ready">EOA</span></div>
<div class="network-item">Polygon: <span class="ready">EOA</span></div>
</div>
</div>
</body>
</html>