forked from Backupman/machinecoin.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blockchain-explorer.html
130 lines (116 loc) · 4.62 KB
/
blockchain-explorer.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML>
<!--
Helios 1.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Machinecoin - free and decentralized peer-to-peer cryptocurrency</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Machinecoin</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="blockchain-explorer.html">English</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<div class="row">
<div class="12u skel-cell-important" id="content">
<article id="main" class="special">
<header>
<h2><a href="blockchain-explorer.html">Blockchain Explorer</a></h2>
<span class="byline">
Browse through transactions of the Machinecoin Block Chain.
</span>
</header>
<!-- <a href="http://mdomaradzki.deviantart.com/art/Planet-Bronte-339258500" class="image featured"><img src="images/pic06.jpg" alt="" /></a>
<p>
Commodo id natoque malesuada sollicitudin elit suscipit. Curae suspendisse mauris posuere accumsan massa
posuere lacus convallis tellus interdum. Amet nullam fringilla nibh nulla convallis ut venenatis purus
lobortis. Auctor etiam porttitor phasellus tempus cubilia ultrices tempor sagittis. Nisl fermentum
consequat integer interdum integer purus sapien. Nibh eleifend nulla nascetur pharetra commodo mi augue
interdum tellus. Ornare cursus augue feugiat sodales velit lorem. Semper elementum ullamcorper lacinia
natoque aenean scelerisque vel lacinia mollis quam sodales congue.
</p> -->
<section>
<header>
<h2 class="fa fa-external-link circled solo"><span>Links</span></h2>
</header>
<ul class="divided">
<li>
<article class="special">
<a href="http://blockchain.machinecoin.org:8080">blockchain.machinecoin.org:8080</a>
</article>
</li>
<li>
<article class="special">
<a href="http://blockchain.scryptpower.de:8080">blockchain.scryptpower.de:8080</a>
</article>
</li>
</ul>
</section>
</article>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<hr />
<div class="row">
<div class="12u">
<!-- Contact -->
<section class="contact">
<header>
<h3>Do you like the idea of the Machinecoin?</h3>
</header>
<p><a href="https://github.com/Gitju/Machinecoin-Communitykit">Download a copy</a> of this website from GitHub and start to host your own Machinecoin website.</p>
<ul class="icons">
<li><a href="https://twitter.com/machinecoin" class="fa fa-twitter solo"><span>Twitter</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>Photo Machinecoingirl: <a href="http://idienstler.de">iDienstler</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></li>
<li>HTML template design: <a href="http://html5up.net/">HTML5 UP</a></li>
<li>© 2014 <a href="http://machinecoin.org">Machinecoin Project</a>. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>