From 72d420e8acc77c8649d36c0ce92ae51749ecd6c5 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Tue, 29 Jul 2025 19:05:54 -0400 Subject: Serve a basic html page and REST api endpoint --- static/index.html | 8 ++++++++ 1 file changed, 8 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 0000000..0e5ea7b --- /dev/null +++ b/static/index.html @@ -0,0 +1,8 @@ + + + This is a good page! + + + Hello, world! + + -- cgit