From 41039b36ec75467076ada2bb0f6f7866eafaea09 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 20:10:07 -0400 Subject: feat: Main Page to search for man pages Added a main index page that uses HTMX to search for man pages and place the contents on the page. --- static/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 static/index.html (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html new file mode 100644 index 00000000..2eb11ab7 --- /dev/null +++ b/static/index.html @@ -0,0 +1,26 @@ +

Man Pages

+
+ + +

+ + +
+
+
+
+
-- cgit v1.2.3