summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-21 00:29:34 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-21 00:29:34 +0200
commitf815ce718749e80a3206505933d0375e19a13359 (patch)
tree8f52b6444b6de7c4f5c9e6547a14f5ab401abbe4 /searx
parent9ead6546a431f78e887c47f130be54a4893d2a1f (diff)
[fix] missing header template added
Diffstat (limited to 'searx')
-rw-r--r--searx/templates/header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/templates/header.html b/searx/templates/header.html
new file mode 100644
index 000000000..eeb43364b
--- /dev/null
+++ b/searx/templates/header.html
@@ -0,0 +1,4 @@
+<div id="header">
+ <a href="/">searx</a>
+ <a href="/about">about</a>
+</div>