Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="retro-title">zc8</h1>
<p> Window size too small!!! </p>
</div>
<div class="select-container">
<select id="game-select" name="games" class="retro-select">
<select id="game-select" name="games" class="retro-select" autocomplete="off">
<option value="pong">Pong</option>
<option value="breakout">Breakout</option>
<option value="spaceinvaders">Space Invaders</option>
Expand Down Expand Up @@ -104,9 +104,9 @@ <h1 class="retro-title">zc8</h1>
</div>

<div class="setting-container">
<label>Shift Quirk<input type="checkbox" id="shift-quirk-checkbox"></label>
<label>Load Store Quirk<input type="checkbox" id="loadstore-quirk-checkbox"></label>
<label>Disable Sound<input type="checkbox" id="disable-sound-checkbox"></label>
<label>Shift Quirk<input type="checkbox" id="shift-quirk-checkbox" autocomplete="off"></label>
<label>Load Store Quirk<input type="checkbox" id="loadstore-quirk-checkbox" autocomplete="off"></label>
<label>Disable Sound<input type="checkbox" id="disable-sound-checkbox" autocomplete="off"></label>
</div>
</div>

Expand Down
Loading