Skip to content

Commit 341d2bf

Browse files
author
Pearl Chen
committed
Should have been part of last commit.
1 parent f5b3938 commit 341d2bf

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

exercises/website-reference-linking/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p>This is my About page.</p>
1515

16-
<img src="img/llc.jpg" width="655" height="300" alt="LLC jpeg" />
16+
<img src="images/llc.jpg" width="655" height="300" alt="LLC jpeg" />
1717

1818
</body>
1919
</html>

exercises/website-reference-linking/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p>This is my Contact page.</p>
1515

16-
<img src="img/llc.png" width="655" height="300" alt="LLC png" />
16+
<img src="images/llc.png" width="655" height="300" alt="LLC png" />
1717

1818
</body>
1919
</html>
-14.4 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
-34.7 KB
Binary file not shown.

exercises/website-reference-linking/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p>This is my homepage.</p>
1515

16-
<img src="img/llc.gif" width="655" height="300" alt="LLC gif" />
16+
<img src="images/llc.gif" width="655" height="300" alt="LLC gif" />
1717

1818
</body>
1919
</html>

0 commit comments

Comments
 (0)