From 45b5adefbf70d881bfe9bb3ae8234f6840c7e49a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 1 Dec 2012 13:41:16 +0100 Subject: black background; legend; links --- templates/base.html | 2 +- templates/home.html | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1a3935f..7f07a77 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ flask app template diff --git a/templates/home.html b/templates/home.html index ca3e3df..d6916f0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,8 +1,20 @@ {% extends "base.html" %} +{% block style %} +body { background-color: black; } +{% endblock %} {% block body %} +
+ +AAAAARG.ORG +
LIBGEN.ORG +
{code} +{haip} +
+
+ {% endblock %} -- cgit v1.2.3