Skip to content

Commit 03f16c2

Browse files
deploy: 433507e
1 parent 7e74ac2 commit 03f16c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="retro-title">zc8</h1>
2525
<p> Window size too small!!! </p>
2626
</div>
2727
<div class="select-container">
28-
<select id="game-select" name="games" class="retro-select">
28+
<select id="game-select" name="games" class="retro-select" autocomplete="off">
2929
<option value="pong">Pong</option>
3030
<option value="breakout">Breakout</option>
3131
<option value="spaceinvaders">Space Invaders</option>
@@ -104,9 +104,9 @@ <h1 class="retro-title">zc8</h1>
104104
</div>
105105

106106
<div class="setting-container">
107-
<label>Shift Quirk<input type="checkbox" id="shift-quirk-checkbox"></label>
108-
<label>Load Store Quirk<input type="checkbox" id="loadstore-quirk-checkbox"></label>
109-
<label>Disable Sound<input type="checkbox" id="disable-sound-checkbox"></label>
107+
<label>Shift Quirk<input type="checkbox" id="shift-quirk-checkbox" autocomplete="off"></label>
108+
<label>Load Store Quirk<input type="checkbox" id="loadstore-quirk-checkbox" autocomplete="off"></label>
109+
<label>Disable Sound<input type="checkbox" id="disable-sound-checkbox" autocomplete="off"></label>
110110
</div>
111111
</div>
112112

0 commit comments

Comments
 (0)