Browse Source

[fix] missing header template added

asciimoo 11 years ago
parent
commit
f815ce7187
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      searx/templates/header.html

+ 4
- 0
searx/templates/header.html View File

@@ -0,0 +1,4 @@
1
+<div id="header">
2
+    <a href="/">searx</a>
3
+    <a href="/about">about</a>
4
+</div>