Initial creation of index.html with basic HTML structure and "Hello World" heading.

This commit is contained in:
kodokcloud99-sketch
2026-02-28 00:19:30 +07:00
commit 1299da803f

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>