This website works better with JavaScript
Home
Explore
Help
Register
Sign In
free
/
searx
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
[fix] missing header template added
asciimoo
11 years ago
parent
9ead6546a4
commit
f815ce7187
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
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>