Skip to content

Commit 403cf49

Browse files
committed
fix errors
1 parent af35abe commit 403cf49

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,20 @@ <h2>Purpose of Wireframe</h2>
3232
<a href="https://www.productplan.com/glossary/wireframe">Read more</a>
3333
</article>
3434

35-
<article>
35+
<article>
3636
<img src="https://framerusercontent.com/images/jmGsErVaXE9HMnmsIjHDba05DSg.png" width="300" height="200" alt="Branch" /> <h2>Purpose of Branch</h2>
3737
<p>
3838
Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository.
39-
40-
</p>
41-
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a</article>
39+
</p>
40+
</article>
41+
42+
<article>
43+
44+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a></article>
4245
</main>
43-
46+
</body>
4447
<footer>
4548
<p>Wifreframe project by Mandip Sanger </p>
46-
</footer>
47-
<footer>
48-
</body>
49+
50+
</footer>
4951
</html>

0 commit comments

Comments
 (0)