diff options
author | raylu <raylu@gridium.com> | 2013-10-22 23:56:11 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-22 23:56:11 -0700 |
commit | 719c83e23485ef7caefbc574c23ba91a2e661ce8 (patch) | |
tree | 89c989d7968ff279c7e9936878029a5735dabf5b /web/templates | |
parent | 29d0528ec6ff9cf61af3bab2feb71dcb3625240a (diff) | |
download | ykill-719c83e23485ef7caefbc574c23ba91a2e661ce8.tar.xz |
whelp.gg, footer, firefox format_isk fix
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/base.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index 9f3e0de..30d565e 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>u r ded</title> + <title>whelp.gg</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 %} @@ -16,7 +16,7 @@ </head> <body> <div id="topbar"> - <h1><a href="/">u r ded</a></h1> + <h1><a href="/">whelp.gg</a></h1> <div id="nav"> </div> <form method="get" action="/search"> @@ -27,5 +27,8 @@ <div id="wrapper"> {% block main %}{% end %} </div> + <footer> + in the game of moons, you can't win, but you also can't die + </footer> </body> </html> |