From 1866cf48eee41cd439815ed48ea3488f9d47d216 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Wed, 19 Aug 2026 21:18:33 -0500 Subject: [PATCH] add templates/index.html --- templates/index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..7ff4820 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,48 @@ + + + + +10-K Viewer + + + +

10-K Annual Reports

+
+ + +
+{% if query %} +

{{ total }} result{{ 's' if total != 1 else '' }} for "{{ query }}"

+{% endif %} + + +