Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Git committed May 4, 2024
1 parent b98521e commit 98d3138
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding: 30px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;
padding-bottom: 5px;
margin: 5%;
}
h1, h2 {
Expand All @@ -46,11 +46,12 @@
<section>
<h2><u>Level Select</u></h2>
<ul>
<li><a href=4>4<sup>2</sup> square</a></li>
<li><a href=10>10<sup>2</sup> square</a></li>
<li><a href=20>20<sup>2</sup> square</a></li>
<li><a href=50>50<sup>2</sup> square</a></li>
<li><a href=100>100<sup>2</sup> square</a></li>
<li><a href=4>4<sup>2</sup> Square</a></li>
<li><a href=10>10<sup>2</sup> Square</a></li>
<li><a href=20>20<sup>2</sup> Square</a></li>
<li><a href=50>50<sup>2</sup> Square</a></li>
<li><a href=100>100<sup>2</sup> Square</a></li>
<li><a href=/ConwaysGame>Our Other Project</a></li>
</ul>
<section>
</main>
Expand Down

0 comments on commit 98d3138

Please sign in to comment.