-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (50 loc) · 1.98 KB
/
index.html
File metadata and controls
60 lines (50 loc) · 1.98 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
57
58
59
60
<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">
<link rel="icon" type="image/png" href="https://www.google.com/s2/u/0/favicons?domain=https://choice-coin.com/">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" />
<link rel="stylesheet" href="styles.css">
<title>Choice Coin</title>
</head>
<body>
<div class="main_container">
<span class="animate" style="--count:5;"></span>
<span class="animate" style="--count:3;"></span>
<span class="animate" style="--count:4;"></span>
<span class="animate" style="--count:2;"></span>
<form action="" class="login_form">
<h3 class="login_form_"> <span> Choice Coin</span></h3>
<h3 class="right"> <span>Connect wallet </span></h3>
<div class="group">
<input type="text" name="" required >
<label>Issue Number</label>
<span class="icon">
<i class="fa fa-clock-o"></i>
</span>
</div>
<div class="group">
<input type="text" required >
<label>Statement of the issue to be voted on</label>
<span class="icon">
<i class="fa fa-id-card"></i>
</span>
</div>
<div>
<div class="radio">
<input label="Yes" type="radio" id="decide2" name="decision" value="decide2" checked>
<input label="No" type="radio" id="decide1" name="decision" value="decide1">
<input label="🤷🏻♂️" type="radio" id="other" name="decision" value="other">
</div>
</div>
<button type="submit">Submit</button>
<!-- <div class="login_footer">
<a href="#">Forgot Password ?</a>
</div> -->
</form>
</div>
</body>
</html>