diff options
Diffstat (limited to 'web/templates/base.html')
-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> |