We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa1221 commit 80e61b5Copy full SHA for 80e61b5
index.html
@@ -1,16 +1,17 @@
1
<html>
2
<head>
3
<title>My awesome web page</title>
4
+ <link rel="stylesheet" href="style.css">
5
</head>
- <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>
+
+ <h1>Hello there, awesome person!</h1>
13
<body>
14
<img src="https://avatars.githubusercontent.com/u/42141371?v=4">
+ <ul>
+ <li><a href="http://youtube.com">Youtube</a></li>
+ <li><a href="http://google.com">Google</a></li>
+ <li><a href="https://github.com">GitHub</a></li>
15
+ </ul>
16
</body>
17
</html>
0 commit comments