Skip to content

Commit cf5dfd5

Browse files
committed
Fix unbalanced h4 w/ h3 close-tag
Just fixing invalid HTML -- right now there's a `<h4>` which is closed by a `</h3>`. Should be a `</h4>`.
1 parent 3495ddf commit cf5dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>Code</h3>
8080
<h3>Graphics</h3>
8181
<p><b>HexMKI base model</b><br>Charnel</p>
8282
<p><b>Track texture</b><br>Nobiax</p>
83-
<h4>Click anywhere to continue.</h3>
83+
<h4>Click anywhere to continue.</h4>
8484
</div>
8585

8686
<div id="leapinfo" style="display: none"></div>

0 commit comments

Comments
 (0)