aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
blob: d6916f0b041fc813882f36597d3f6f7f4fa98cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends "base.html" %}
{% block style %}
body { background-color: black; }
{% endblock %}
{% block body %}

<a href="book" target="_blank">
<img src="/static/aaaarg_vs_libgen.png" ismap="ismap">
</a>

<div style="position: absolute; top: 10px; left: 10px;">
<strong style="font-size: large;">
<span style="color: red;">AAAAARG.ORG</span>
<br><span style="color: blue;">LIBGEN.ORG</span>
<br><a href="http://git.bnewbold.net/?p=circles.git;a=summary" style="color:white;">{code}</a> 
<a href="http://2012.haip.cc" style="color:white;">{haip}</a>
</strong>
</div>

{% endblock %}