Header floats kthnx css and comments

This commit is contained in:
Bel LaPointe
2020-08-07 12:42:50 -06:00
parent 8bf7503c8e
commit 43d44a4518
2 changed files with 11 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ func htmlCreate(w http.ResponseWriter, baseHREF string) {
func htmlSearch(w http.ResponseWriter) {
fmt.Fprintf(w, `
<form action=%q method="post" style="padding-top: 2.5em">
<form action=%q method="post" >
<input type="text" name="keywords"></input>
<button type="submit">Search</button>
</form>