Skip to content

Commit 9327cad

Browse files
authored
Format HTML for improved readability
1 parent 3e66749 commit 9327cad

1 file changed

Lines changed: 31 additions & 10 deletions

File tree

index.html

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55

66
<meta charset="UTF-8">
77

8-
<meta name="viewport"
9-
content="width=device-width, initial-scale=1.0">
8+
<meta
9+
name="viewport"
10+
content="width=device-width, initial-scale=1.0">
1011

11-
<title>EVOZX Launch Kit</title>
12+
<title>
13+
EVOZX Launch Kit
14+
</title>
1215

13-
<link rel="stylesheet"
14-
href="css/style.css">
16+
<link
17+
rel="stylesheet"
18+
href="css/style.css">
1519

1620
<script src="https://cdn.jsdelivr.net/npm/ethers@5.7.2/dist/ethers.umd.min.js"></script>
1721

@@ -23,7 +27,9 @@
2327

2428
<header>
2529

26-
<h1>EVOZX Launch Kit</h1>
30+
<h1>
31+
EVOZX Launch Kit
32+
</h1>
2733

2834
<p>
2935
Create ERC20 Tokens on EVOZ Mainnet
@@ -33,7 +39,9 @@ <h1>EVOZX Launch Kit</h1>
3339

3440
<section class="card">
3541

36-
<h2>Token Information</h2>
42+
<h2>
43+
Token Information
44+
</h2>
3745

3846
<input
3947
type="text"
@@ -54,7 +62,9 @@ <h2>Token Information</h2>
5462

5563
<section class="card">
5664

57-
<h2>Wallet</h2>
65+
<h2>
66+
Wallet
67+
</h2>
5868

5969
<button id="connectBtn">
6070
Connect Wallet
@@ -64,11 +74,17 @@ <h2>Wallet</h2>
6474
Wallet not connected
6575
</div>
6676

77+
<div id="networkStatus">
78+
Network: Unknown
79+
</div>
80+
6781
</section>
6882

6983
<section class="card">
7084

71-
<h2>Deploy Token</h2>
85+
<h2>
86+
Deploy Token
87+
</h2>
7288

7389
<button id="deployBtn">
7490
Deploy Token
@@ -82,7 +98,9 @@ <h2>Deploy Token</h2>
8298

8399
<section class="card">
84100

85-
<h2>Deployment Result</h2>
101+
<h2>
102+
Deployment Result
103+
</h2>
86104

87105
<div id="tokenResult">
88106
No token deployed yet
@@ -93,8 +111,11 @@ <h2>Deployment Result</h2>
93111
</div>
94112

95113
<script src="js/config.js"></script>
114+
96115
<script src="js/wallet.js"></script>
116+
97117
<script src="js/deploy.js"></script>
118+
98119
<script src="js/app.js"></script>
99120

100121
</body>

0 commit comments

Comments
 (0)