aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-11-30 18:39:37 +0100
committerbnewbold <bnewbold@robocracy.org>2012-11-30 18:39:37 +0100
commitddd0072e70dade6bdbecc3123989150ad046556e (patch)
tree1ad62abe45ac131fa1fc09e16337fdb07164185b /templates/home.html
downloadcircles-ddd0072e70dade6bdbecc3123989150ad046556e.tar.gz
circles-ddd0072e70dade6bdbecc3123989150ad046556e.zip
init everything
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..ca3e3df
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block body %}
+
+<a href="book" target="_blank">
+<img src="/static/aaaarg_vs_libgen.png" ismap="ismap">
+</a>
+
+{% endblock %}