-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblockchain-confirmation.html
41 lines (41 loc) · 1.81 KB
/
blockchain-confirmation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Democracy Earth : incoruptible governance for small and large communities. A global common of peer.</title>
<link href="https://bootswatch.com/paper/bootstrap.min.css" rel="stylesheet" media="screen" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic" rel="stylesheet" type="text/css">
<script src="script.js"></script>
</head>
<body>
<!-- page content -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html"><img src="assets/olive-spaced.png" width="25" height="25">Democracy Earth Foundation</a></li>
</ul>
<!-- <ul class="nav navbar-nav navbar-right">
<li><a href="login.html">LOGIN</a></li>
<li><a href="signup.html">SIGN UP</a></li>
</ul> -->
<ul class="nav navbar-nav navbar-right">
<li><a href=""><img src="assets/satoshi.png" class="img-circle satoshi" width="30" height="30"></a></li>
<li><a href="">SATOSHI</a></li>
</ul>
</div>
</nav>
<section class="center">
<div>
<img src="assets/bitcoin-check.png">
</div>
</section>
<section class="container">
<center>
<h2>Check your vote on the Bitcoin Block<i class="fa fa-heart"></i>chain</h2>
<h2><i class="fa fa-bitcoin"></i> Blockchain:<a><span style="color:#00C091"> ac89d153d37f8fc05525aa00eeb92dbd45cb873125a6e9cd2310c3aa1e4dac28</span></a></h2>
</center>
</section>
</body>
</html>