aboutsummaryrefslogtreecommitdiff
path: root/index.htm.tmpl
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-12-01 22:40:25 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-12-01 22:40:25 +0100
commit262c4593ac6df668ed4d4d899c68a256fb237214 (patch)
tree81ecfd72099fc4d7def7a80ba73a7d0d5998cffc /index.htm.tmpl
parent058f3f3af1f3f15d2dacc04df8bc339301cf3a7c (diff)
downloadarfnet2-search-262c4593ac6df668ed4d4d899c68a256fb237214.tar.gz
arfnet2-search-262c4593ac6df668ed4d4d899c68a256fb237214.zip
wip querying
Diffstat (limited to 'index.htm.tmpl')
-rw-r--r--index.htm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.htm.tmpl b/index.htm.tmpl
index 03f228b..1443aa0 100644
--- a/index.htm.tmpl
+++ b/index.htm.tmpl
@@ -49,7 +49,7 @@
<h2 class="center">Search</h2>
<p>Search all of the ARFNET content fast</p>
<div class="box">
- <form class="form-inline" action="/" method="get">
+ <form class="form-inline" action="/query" method="get">
<input class="input" type="text" name="query">
<button type="submit">Search</button>
</form>