logo

searx

My custom branche(s) on searx, a meta-search engine
commit: f815ce718749e80a3206505933d0375e19a13359
parent: 9ead6546a431f78e887c47f130be54a4893d2a1f
Author: asciimoo <asciimoo@gmail.com>
Date:   Mon, 21 Oct 2013 00:29:34 +0200

[fix] missing header template added

Diffstat:

Asearx/templates/header.html4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/searx/templates/header.html b/searx/templates/header.html @@ -0,0 +1,4 @@ +<div id="header"> + <a href="/">searx</a> + <a href="/about">about</a> +</div>