diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-11-30 18:39:37 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-11-30 18:39:37 +0100 |
commit | ddd0072e70dade6bdbecc3123989150ad046556e (patch) | |
tree | 1ad62abe45ac131fa1fc09e16337fdb07164185b /templates/home.html | |
download | circles-ddd0072e70dade6bdbecc3123989150ad046556e.tar.gz circles-ddd0072e70dade6bdbecc3123989150ad046556e.zip |
init everything
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 8 |
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 %} |