From 428f035d9ea21d3e23dc9b96e72d3c7cd6a8c493 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 21:15:17 -0400 Subject: Add http-server example --- examples/http-server/sample-site/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/http-server/sample-site/index.html (limited to 'examples/http-server/sample-site/index.html') diff --git a/examples/http-server/sample-site/index.html b/examples/http-server/sample-site/index.html new file mode 100644 index 00000000..8e1573bb --- /dev/null +++ b/examples/http-server/sample-site/index.html @@ -0,0 +1,16 @@ + + + + HTTP Example + + + +

+ Hello world! +

+ +

+ Try going to /random or /foo or /hello.txt +

+ + -- cgit v1.2.3