diff options
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 %} |