Selaa lähdekoodia

[fix] missing header template added

asciimoo 11 vuotta sitten
vanhempi
commit
f815ce7187
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      searx/templates/header.html

+ 4
- 0
searx/templates/header.html Näytä tiedosto

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