From f3aa7ca0bc2ef7c286609e8f87d07cc2568093af Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 6 Jan 2026 23:46:24 -0500 Subject: rebase(d) --- templates/home.html | 39 ++++++++++++++++++++++++++ templates/images.html | 66 ++++++++++++++++++++++++++++++++++++++++++++ templates/results.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 180 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..bfe16b7 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,39 @@ + + + + + + + + OmniSearch + + + + + +
+
+

+ OmniSearch +

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

+ OmniSearch +

+
+ +
+
+ +
+
+ {{for img in images}} + + {{endfor}} +
+
+ + + \ No newline at end of file diff --git a/templates/results.html b/templates/results.html new file mode 100644 index 0000000..8e0957d --- /dev/null +++ b/templates/results.html @@ -0,0 +1,75 @@ + + + + + + + + OmniSearch - {{query}} + + + + + +
+

+ OmniSearch +

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

+ {{result[3]}} +

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