stupid scroll

This commit is contained in:
Bel LaPointe
2021-02-25 16:22:40 -06:00
parent 1eb8fa7223
commit 47d6c37819
3 changed files with 31 additions and 15 deletions

View File

@@ -81,10 +81,10 @@ func htmlCreate(w http.ResponseWriter, baseHREF string) {
return
}
fmt.Fprintf(w, `
<form action=%q method="get">
<input type="text" name="base"></input>
<button type="submit">Create</button>
</form>
<form action=%q method="get">
<input type="text" name="base"></input>
<button type="submit">Create</button>
</form>
`, path.Join("/create/", baseHREF))
}