summaryrefslogtreecommitdiffstats
path: root/web/templates/base.html
diff options
context:
space:
mode:
authorraylu <raylu@gridium.com>2013-10-21 23:13:33 -0700
committerraylu <raylu@gridium.com>2013-10-21 23:13:33 -0700
commite38de9534b3c5d38a77f94c9843ce88856f5a802 (patch)
treee59286cebdeaee0c0954924028670fadf309da71 /web/templates/base.html
parent48d146a1cb0aa0cd90cbcc0236a84754615fe7d6 (diff)
downloadykill-e38de9534b3c5d38a77f94c9843ce88856f5a802.tar.xz
set title on every page
Diffstat (limited to 'web/templates/base.html')
-rw-r--r--web/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/base.html b/web/templates/base.html
index 47b7a99..5573839 100644
--- a/web/templates/base.html
+++ b/web/templates/base.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+ <title>u r ded</title>
<link rel="stylesheet" type="text/css" href="/css/base.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Metrophobic">
{% block css %}{% end %}