Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
3 deletions
-
lnbits/templates/index.html
|
|
@ -1,9 +1,10 @@ |
|
|
|
<!-- @format --> |
|
|
|
|
|
|
|
{% extends "base.html" %} {% block menuitems %} |
|
|
|
<li> |
|
|
|
<a href="/"><i class="fa fa-book"></i> Home</a> |
|
|
|
</li> |
|
|
|
<li><a href="https://where39.com/"><p>Where39 anon locations</p><img src="static/where39.png" style="width:170px"></a></li> |
|
|
|
<li><a href="https://github.com/arcbtc/Quickening"><p>The Quickening <$8 PoS</p><img src="static/quick.gif" style="width:170px"></a></li> |
|
|
|
<li><a href="http://jigawatt.co/"><p>Buy BTC stamps + electronics</p><img src="static/stamps.jpg" style="width:170px"></a></li> |
|
|
|
<li><a href="mailto:ben@arc.wales"><h3>Advertise here!</h3></a></li> |
|
|
|
{% endblock %} {% block body %} |
|
|
|
<!-- Right side column. Contains the navbar and content of the page --> |
|
|
|
<div class="content-wrapper"> |
|
|
|