Skip to content

Commit c8cfc46

Browse files
committed
section-2: Move images to dedicated directory.
1 parent b823f2d commit c8cfc46

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

starter/02-HTML-Fundamentals/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ <h1>📘 The Code Magazine</h1>
3030
<h2>The Basic Language of the Web: HTML</h2>
3131
<img alt="Author."
3232
height="50"
33-
src="laura-jones.jpg"
33+
src="img/laura-jones.jpg"
3434
width="50"/>
3535
<p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
3636
<img alt="HTML code on a screen."
3737
height="200"
38-
src="post-img.jpg"
38+
src="img/post-img.jpg"
3939
width="500"/>
4040
</header>
4141

0 commit comments

Comments
 (0)