/show landing page; default result selection

This commit is contained in:
2023-01-14 18:41:34 -08:00
parent edda26b7b3
commit e54456928e
4 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<input type="text" name="kw"><br><br>
<label for='view'>View<label><br>
<input type="radio" name="view" value="rich">Rich<br>
<input type="radio" name="view" value="rich" checked="checked">Rich<br>
<input type="radio" name="view" value="plain">Plain<br>
<input type="radio" name="view" value="json">JSON<br>