From 29d0528ec6ff9cf61af3bab2feb71dcb3625240a Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 22:22:26 -0700 Subject: most expensive kills on homepage --- web/templates/base.html | 15 +++++++++------ web/templates/home.html | 15 +++++++++++---- 2 files changed, 20 insertions(+), 10 deletions(-) (limited to 'web/templates') diff --git a/web/templates/base.html b/web/templates/base.html index 5573839..9f3e0de 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -15,13 +15,16 @@ {% block js %}{% end %} -
-
-
- +
+

u r ded

+ - +
+ + +
+
+
{% block main %}{% end %}
diff --git a/web/templates/home.html b/web/templates/home.html index 34fe371..07ec4f2 100644 --- a/web/templates/home.html +++ b/web/templates/home.html @@ -1,8 +1,15 @@ {% extends "base.html" %} +{% block js %} + +{% end %} + +{% block css %} + +{% end %} + {% block main %} -
- - -
+ + +
most expensive kills
{% end %} -- cgit v1.2.3