From 1299da803f35ab4cc52bf6b24c5787fbdcc94600 Mon Sep 17 00:00:00 2001 From: kodokcloud99-sketch Date: Sat, 28 Feb 2026 00:19:30 +0700 Subject: [PATCH] Initial creation of index.html with basic HTML structure and "Hello World" heading. --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8a0e975 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + + Document + + +

Hello World

+ + \ No newline at end of file