From a9dee0dd4c42c80a5814f22a4bb0ace55f68e488 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:38:05 +1000 Subject: [PATCH] feat: static pages can now be served --- gaseous-server/wwwroot/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaseous-server/wwwroot/index.html b/gaseous-server/wwwroot/index.html index 045404b..e1e96d8 100644 --- a/gaseous-server/wwwroot/index.html +++ b/gaseous-server/wwwroot/index.html @@ -5,6 +5,6 @@ - + Hello World!