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

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