Skip to content

Commit 152dd52

Browse files
committed
fix images src
1 parent cd7b196 commit 152dd52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Wireframe/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Wireframe</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="/Wireframe/images/readme.webp" alt="readme" />
18+
<img src="/Module-Onboarding/Wireframe/images/readme.webp" alt="readme" />
1919
<h2>README file</h2>
2020
<p>
2121
A file that provides important information about a project.
@@ -24,7 +24,7 @@ <h2>README file</h2>
2424
<a href="">Read more</a>
2525
</article>
2626
<article>
27-
<img src="/Wireframe/images/wireframe.png" alt="wireframe" id="img2" />
27+
<img src="/Module-Onboarding/Wireframe/images/wireframe.png" alt="wireframe" id="img2" />
2828
<h2>wireframe</h2>
2929
<p>
3030
A visual guide used to design the layout and structure of a website or application.
@@ -33,7 +33,7 @@ <h2>wireframe</h2>
3333
<a href="">Read more</a>
3434
</article>
3535
<article >
36-
<img src="/Wireframe/images/branch.webp" alt="Git Branch" id="img3"/>
36+
<img src="/Module-Onboarding/Wireframe/images/branch.webp" alt="Git Branch" id="img3"/>
3737
<h2>Git Branch</h2>
3838
<p>
3939
A branch in Git is like a parallel version of a repository. It allows you to

0 commit comments

Comments
 (0)