random game button

This commit is contained in:
BluePotato102
2023-11-18 08:23:34 -06:00
parent d30ae4689c
commit f602dbf6b7
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -247,6 +247,7 @@
<option value="alphabetical">Alphabetical</option>
<option value="reverse">Reverse Alphabetical</option>
</select>
<button class="randgame" onclick="randomGame()">Random Game</button>
</div>
<ul id="gamesList"></ul>
</div>