Update index.html

This commit is contained in:
Games-From-Flash 2022-04-07 20:52:33 -04:00 committed by GitHub
parent b5dc34e95f
commit 59c03adf04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,16 @@
<button onclick="window.location.href='tetris.html';">Tetris</button> <button onclick="window.location.href='tetris.html';">Tetris</button>
<button onclick="window.location.href='impossiblequiz.html';">The Impossible Quiz</button> <button onclick="window.location.href='impossiblequiz.html';">The Impossible Quiz</button>
<button onclick="window.location.href='hardestgame.html';">The World's Hardest Game</button> <button onclick="window.location.href='hardestgame.html';">The World's Hardest Game</button>
&nbsp;
<p></p>
&nbsp;
<p><b>New:</b></p>
<button onclick="window.location.href='artofwar.html';">Art of War</button>
<button onclick="window.location.href='doodlejump.html';">Doodle Jump</button>
<button onclick="window.location.href='mariokart.html';">Mario Kart Flash</button>
<button onclick="window.location.href='pandemic1.html';">Pandemic 1</button>
<button onclick="window.location.href='pandemic2.html';">Pandemic 2</button>
<button onclick="window.location.href='meatboy.html';">Super Meat Boy</button>
</center> </center>
</body> </body>
</html> </html>