This commit is contained in:
kiran 2025-06-13 12:26:31 +05:30
parent 731abe04d4
commit f3f67e27a5
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>