-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy paththanx.html
More file actions
50 lines (38 loc) · 1.63 KB
/
thanx.html
File metadata and controls
50 lines (38 loc) · 1.63 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Heebo:500,400,300,700,800|Lato:700,700i,300i,300,900i,900,400i,400|PT+Sans:700,700i,400i,400"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="eos-voting.css">
</head>
<body>
<header >
<div class="container text-center p-4">
<a href="https://www.liquideos.com/" target="_blank"><img src="liquideos-logo.png" width="250px" class="mb-3"></a>
<h1 class="text-white">EOS Block Producer Voting Tool</h1>
</div>
</header>
<a href="https://github.com/bancorprotocol/liquideos-voting-app" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<div class="container bg-white">
<div class="row">
<div class="col-xs-12 pb-1 pt-4 pl-4 pr-4">
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-12 test">
<div class="box">
<div class="icon">
<div class="image"><i class="fa fa-check-circle"></i></div>
<div class="info">
<h3 class="title">Thank you!</h3>
<p>
Thank you for voting! You are now officially part of one of the most exciting social experiments happening on the blockchain today. To liquidity and beyond!
</p>
</div>
</div>
<div class="space"></div>
</div>
</div>
<script src="eosjs.js"></script>
<script type="text/javascript" src="eos-voting.js"></script>
</body>
</html>