Skip to content

Commit

Permalink
deploy: 04d0929
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Jan 1, 2024
1 parent 607acb4 commit ff2a09a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="initial-screen__title">chip-8</h1>
<div class="select-screen__games">
<div>
<input class="select-screen__chose-game" type="radio" id="pong" name="rom" value="PONG.ch8" checked />
<label for="PONG">Pong</label>
<label for="pong">Pong</label>
<details>
<summary class="select-screen__keyboard">Keyboard</summary>
<ul>
Expand All @@ -51,7 +51,7 @@ <h1 class="initial-screen__title">chip-8</h1>
</ul>
</details>
</div>

<div>
<input class="select-screen__chose-game" type="radio" id="snake" name="rom" value="SNAKE.ch8" />
<label for="snake">Snake [steveRoll]</label>
Expand All @@ -66,7 +66,7 @@ <h1 class="initial-screen__title">chip-8</h1>
</ul>
</details>
</div>

<div>
<input class="select-screen__chose-game" type="radio" id="space-invaders" name="rom" value="SPACE_INVADERS.ch8" />
<label for="space-invaders">Space Invaders [David Winter]</label>
Expand All @@ -83,7 +83,7 @@ <h1 class="initial-screen__title">chip-8</h1>
</div>
</fieldset>

<p>When running game press <kbd><strong>ESC</strong></kbd> to reload</p>
<p>When in game press <kbd><strong>ESC</strong></kbd> to reload</p>

<button class="select-screen__confirm" type="submit">Confirm</button>
</form>
Expand Down

0 comments on commit ff2a09a

Please sign in to comment.