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

+ OmniSearch +

+
+
+ +
+
+ + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/templates/images.html b/templates/images.html new file mode 100644 index 0000000..fd4915a --- /dev/null +++ b/templates/images.html @@ -0,0 +1,66 @@ + + + + + + + + OmniSearch Images - {{query}} + + + + + +
+

+ OmniSearch +

+
+ +
+
+ +
+
+ {{for img in images}} + + {{endfor}} +
+
+ + + 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