From b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:57:21 -0500 Subject: oopsies --- templates/results.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 templates/results.html (limited to 'templates/results.html') diff --git a/templates/results.html b/templates/results.html new file mode 100644 index 0000000..ce8f27a --- /dev/null +++ b/templates/results.html @@ -0,0 +1,88 @@ + + + + + + + + OmniSearch - {{query}} + + + + + + +
+

+ OmniSearch +

+
+ +
+
+ +
+ +
+ {{for result in results}} +
+ + {{result[1]}} + + + {{result[2]}} + +

+ {{result[3]}} +

+
+ {{endfor}} + + +
+ +
+ + + -- cgit v1.2.3