We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fd9e1 commit e423df2Copy full SHA for e423df2
index.html
@@ -26,10 +26,9 @@ <h1 class="retro-title">zc8</h1>
26
</div>
27
<div class="select-container">
28
<select id="game-select" name="games" class="retro-select">
29
- <option value="">-- Select a Game --</option>
+ <option value="pong">Pong</option>
30
<option value="breakout">Breakout</option>
31
<option value="spaceinvaders">Space Invaders</option>
32
- <option value="pong">Pong</option>
33
<option value="blinky">Blinky</option>
34
<option value="tank">Tank</option>
35
<option value="astrododge">Astrododge</option>
0 commit comments