apps: add simple site-search app

This commit is contained in:
Kurt H Maier 2020-05-25 17:13:01 -07:00
parent e11dc36640
commit 930d4eb9f8
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<div><a href="http://werc.cat-v.org">Powered by werc</a></div>
<div><form action="/_search/" method="POST"><input type="text" name="q" placeholder="Site search..."><input type="submit" display="Search"></form></div>