From e7ef35277dd0b4bba5b3fb675d5eed3cd0f0fcb8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Dec 2025 11:44:57 -0800 Subject: refactor webui into templates --- .../resources/templates/empty-search-results.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/resources/templates/empty-search-results.html (limited to 'src/main/resources/templates/empty-search-results.html') diff --git a/src/main/resources/templates/empty-search-results.html b/src/main/resources/templates/empty-search-results.html new file mode 100644 index 0000000..a26aa37 --- /dev/null +++ b/src/main/resources/templates/empty-search-results.html @@ -0,0 +1,22 @@ +
+
+ +
+

no matches found

+

try different search terms or clear your filters

+ +
+ \ No newline at end of file -- cgit v1.2.3