Compare commits

..

1 Commits
main ... init

Author SHA1 Message Date
kiran f3f67e27a5 hello! 2025-06-13 12:26:31 +05:30
1 changed files with 11 additions and 0 deletions

11
index.html Normal file
View File

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