Explorar el Código

[fix] missing header template added

asciimoo hace 11 años
padre
commit
f815ce7187
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      searx/templates/header.html

+ 4
- 0
searx/templates/header.html Ver fichero

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