-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (37 loc) · 1.47 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<title>Evmos NFT</title>
<!-- CSS -->
<link href="jquery.toast.min.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="jquery.toast.min.js" type="text/javascript"></script>
<script src="https://cdn.ethers.io/lib/ethers-5.0.umd.min.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<div class="the_title">
<h1>Evmos Olympus Mons Testnet NFT</h1>
</div>
<h3>Mint free below</h3>
<button id="button" class="bubbly-button">Connect Evmos Wallet</button>
<p> Evmos Olympus Mons testnet is live! Show you were here with the celebratory NFT.
<br>NFT mints are free of charge and available only on the Evmos testnet.</p>
<div class="operation">
<button id="mint" class="bubbly-button">Mint</button>
<div class="minted" id="minted" />
</div>
</div>
<div class="footer">
<a href="https://github.com/JimR8/evmosnft"> Github</a>
</div>
</body>
</html>