summaryrefslogtreecommitdiffstats
path: root/web/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/base.html')
-rw-r--r--web/templates/base.html15
1 files changed, 9 insertions, 6 deletions
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 %}
</head>
<body>
- <div id="wrapper">
- <div id="topbar">
- <div id="title"></div>
- <div id="nav">
- </div>
+ <div id="topbar">
+ <h1><a href="/">u r ded</a></h1>
+ <div id="nav">
</div>
-
+ <form method="get" action="/search">
+ <input type="search" name="q">
+ <input type="submit" value="search">
+ </form>
+ </div>
+ <div id="wrapper">
{% block main %}{% end %}
</div>
</body>