commit 1299da803f35ab4cc52bf6b24c5787fbdcc94600 Author: kodokcloud99-sketch Date: Sat Feb 28 00:19:30 2026 +0700 Initial creation of index.html with basic HTML structure and "Hello World" heading. 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