Skip to content

Commit eeb9666

Browse files
committed
i changed the image of the 05-create-anchors exercise
1 parent 05f6825 commit eeb9666

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.learn/assets/05-create-anchors.png

-114 KB
Loading

exercises/05-create-anchors/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ El link debe llevar al usuario a la url. [http://google.com](http://google.com)
1717

1818
## Resultado esperado:
1919

20-
![image](../../.learn/assets/05-create-anchors.png)
20+
![image](../../.learn/assets/05-create-anchors.png)

exercises/05-create-anchors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<title>4Geeks Academy</title>
55
</head>
66
<body>
7-
<!-- your code here -->
7+
<a href="http://google.com/"> Click me so search on google </a>
88
</body>
99
</html>

0 commit comments

Comments
 (0)