Hello-World/index.html
Abdullah 48caa6ea90 Some Updated Files
i have updated your files and they are looking ike better than your previous one ... merge this in your repository...
2026-07-31 16:24:41 +05:00

19 lines
327 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainitem">
<h1>
Hello World
</h1>
</div>
</body>
</html>