Skip to content

Commit 17514db

Browse files
authored
Update index.html
1 parent 784a985 commit 17514db

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<!DOCTYPE html>
22
<html>
3-
<body>
4-
<h1>Hello World</h1>
5-
<p>I'm hosted with GitHub Pages.</p>
6-
</body>
3+
<head>
4+
<link rel="stylesheet" href="/public/css/style.css">
5+
</head>
6+
<body>
7+
<h1>Hello World</h1>
8+
<p>I'm hosted with GitHub Pages.</p>
9+
</body>
710
</html>

0 commit comments

Comments
 (0)