Skip to content

Commit 503f2d8

Browse files
committed
save
1 parent e9f5d27 commit 503f2d8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

exercises/01-Hello-World/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
<!-- your code here -->
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<title>Index 1</title>
5+
<style>
6+
a {
7+
color: yellow;
8+
}
9+
</style>
10+
11+
</style>
12+
</head>
13+
14+
<body>
15+
<a href="https://google.com" target="_blank">Click me to open google.com</a>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)