Skip to content

Commit 0e61696

Browse files
svg tag removed.
1 parent a723313 commit 0e61696

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Wireframe/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Wireframe</h1>
2020

2121
<main>
2222
<article>
23-
<img src="placeholder" alt="Placeholder image" />
23+
<img src="placeholder.svg" alt="Placeholder image" />
2424
<h2>Purpose of a README File</h2>
2525
<p>
2626
A README file serves as the main introduction and documentation for a project,
@@ -30,8 +30,7 @@ <h2>Purpose of a README File</h2>
3030
</article>
3131

3232
<article>
33-
<img src="placeholder" alt="Placeholder image" />
34-
</svg>
33+
<img src="placeholder.svg" alt="Placeholder image" />
3534
<h2>Purpose of a Wireframe</h2>
3635
<p>
3736
The purpose of a wireframe is to serve as a blueprint or visual guide for designing a website,
@@ -41,8 +40,7 @@ <h2>Purpose of a Wireframe</h2>
4140
</article>
4241

4342
<article>
44-
<img src="placeholder" alt="Placeholder image" />
45-
</svg>
43+
<img src="placeholder.svg" alt="Placeholder image" />
4644
<h2>A Branch in Git</h2>
4745
<p>
4846
A branch in Git is essentially a lightweight, movable pointer to a commit. It allows you

0 commit comments

Comments
 (0)