-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcom.html
33 lines (25 loc) · 991 Bytes
/
com.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
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="bootstrap.css" />
<script src="bootstrap.js"></script>
</head>
<body>
<ul class="nav nav-pills">
<li class="active"><a href="http://libbitcoin.org/">Home</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="fe.html">Features</a></li>
<li><a href="com.html">Community</a></li>
</ul>
<div class="hero-unit">
<h1>libbitcoin</h1>
<sub>the little bitcoin library that could</sub>
<hr/>
<h2>Community</h2>
<ul>
<li>The project is hosted at <a href="https://gitorious.org/libbitcoin">gitorious.org/libbitcoin</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=30646.0">Forum discussion</a></li>
<li>IRC channel: <a href="irc://irc.freenode.org/bitcoinconsultancy">#bitcoinconsultancy</a> on Freenode</li>
<li><a href="https://bitcoinconsultancy.com/wiki/Libbitcoin">Wiki page</a></li>
</ul>
</div>
</body></html>