Skip to content

Commit 9c53cfa

Browse files
committed
HTML:
- Removed duplicate </body> tage from line 100 causing stray <footer> tag error.
1 parent 355523d commit 9c53cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h2>Git Branches</h2>
9797
</a>
9898
</article>
9999
</main>
100-
</body>
101100

102101
<footer>
103102
<p>
104103
Footers usually contain content links and information about the site overall
105104
</p>
106105
</footer>
106+
107107
</body>
108108
</html>

0 commit comments

Comments
 (0)