mirror of
https://github.com/octocat/Hello-World.git
synced 2026-08-03 14:01:42 +00:00
i have updated your files and they are looking ike better than your previous one ... merge this in your repository...
19 lines
327 B
HTML
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> |