Skip to content

Commit 80e61b5

Browse files
authored
add style
1 parent faa1221 commit 80e61b5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<html>
22
<head>
33
<title>My awesome web page</title>
4+
<link rel="stylesheet" href="style.css">
45
</head>
5-
<h1>
6-
Hello there, awesome person!
7-
</h1>
8-
<ul>
9-
<li><a href="http://youtube.com">Youtube</a></li>
10-
<li><a href="http://google.com">Google</a></li>
11-
<li><a href="https://github.com">GitHub</a></li>
12-
</ul>
6+
7+
<h1>Hello there, awesome person!</h1>
8+
139
<body>
1410
<img src="https://avatars.githubusercontent.com/u/42141371?v=4">
11+
<ul>
12+
<li><a href="http://youtube.com">Youtube</a></li>
13+
<li><a href="http://google.com">Google</a></li>
14+
<li><a href="https://github.com">GitHub</a></li>
15+
</ul>
1516
</body>
1617
</html>

0 commit comments

Comments
 (0)