-
Notifications
You must be signed in to change notification settings - Fork 0
/
ico-form.html
35 lines (31 loc) · 1.02 KB
/
ico-form.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="ico-form.css" />
<script src="sendtoken.js"></script>
</head>
<body>
<section class="form">
<section class="contact" id="contact">
<h2 class="heading">Buy <span>ICO</span> tokens </h2>
<div class="Info">
<!-- <h3 id="address">Wallet Address : <p id="address_show"></p> -->
</h3>
<!-- <h3 id="price">Token price : $10</h3> -->
<h3 id="total_tokens">Total Tokens : 2,00,00,000</h3>
<h3 id="Token_price">ICO Token Price: $10</h3>
</div>
<form>
<div class="input-box">
<input type="number" id="token-amt" placeholder="Number of tokens">
</div>
<button class="btn" id="sendtokenss" onclick="Click1()">Send Token</button>
</form>
</section>
</section>
</body>
</html>