summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index 2eb11ab7..72a178d5 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,6 +1,6 @@
<h1>Man Pages</h1>
<form hx-get="/search" hx-target="#results" hx-swap="innerHTML">
- <input type="text" name="name">
+ <input type="text" name="name" size="35">
<input type="submit" value="man">
<br><br>
<select name="section" id="section">
@@ -18,6 +18,7 @@
<option value="openbsd">OpenBSD</option>
<option value="freebsd">FreeBSB</option>
<option value="netbsd">NetBSD</option>
+ <option value="v10">Unix V10</option>
</select>
</form>
<hr>