mirror of
https://github.com/octocat/Hello-World.git
synced 2026-08-03 14:01:42 +00:00
Merge a6354da146 into 7fd1a60b01
This commit is contained in:
commit
7d923d648e
19
index.html
Normal file
19
index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!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>
|
||||
Loading…
Reference in New Issue
Block a user