From c49883831ba76e26a2f11d0c904a1346717ba396 Mon Sep 17 00:00:00 2001 From: rdev-worker Date: Sat, 31 Jan 2026 09:38:44 +0000 Subject: [PATCH] build: Create a simple hello world index.html --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e092dd4 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Hello World + + +

Hello World

+ +