This website works better with JavaScript
NTab仓库
Home
Explore
Register
Sign In
fjmwkj
/
searxng
mirror of
https://github.com/searxng/searxng
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
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 @@
+<div id="header">
+ <a href="/">searx</a>
+ <a href="/about">about</a>
+</div>