about summary refs log tree commit diff stats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/components/search.templ5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/components/search.templ b/internal/components/search.templ
index 2cae754..e5d3446 100644
--- a/internal/components/search.templ
+++ b/internal/components/search.templ
@@ -30,5 +30,10 @@ templ SearchPage(tdata TemplateData, r ResultData) {
 		<dialog id="dialog">
 			<button autofocus>Close</button>
 		</dialog>
+		<noscript>
+			<p class="notice">
+				Everything should work fine without JavaScript. If that is not the case, <a href="https://todo.sr.ht/~alanpearce/searchix">report an issue</a>
+			</p>
+		</noscript>
 	}
 }