Skip to content

Commit

Permalink
Update games.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Memelite70 authored Jun 15, 2024
1 parent 14bb491 commit c0cde5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ <h1> </h1>



<a class="game" href="yohoho/index.html">
<img class="game-image" src="yohoho/yohoho.png" onerror="this.src='./globe.svg'">
<div class="game-text">YoHoHo.IO</div>
</a>
<a class="game" href="Blumgi-Slime/index.html">
<img class="game-image" src="Blumgi-Slime/blumgi-slime.png" onerror="this.src='./globe.svg'">
<div class="game-text">Blumgi Slime</div>
Expand Down Expand Up @@ -672,9 +668,13 @@ <h1> </h1>
<img class="game-image" src="gamestorage1/bacon-may-die/splash.png" onerror="this.src='./globe.svg'">
<div class="game-text">Bacon May Die</div>
</a>
<a class="game" href="game.html?game=rabbitsamurai.html">
<img class="game-image" src="rabbitsamurai.jpg" onerror="this.src='./globe.svg'">
<div class="game-text">Rabbit Samurai</div>
<a class="game" href="game.html?game=gamestorage1/rabbitsamurai1/">
<img class="game-image" src="gamestorage1/rabbitsamurai1/splash.png" onerror="this.src='./globe.svg'">
<div class="game-text">Rabbit Samurai 1</div>
</a>
<a class="game" href="game.html?game=gamestorage1/rabbitsamurai2/">
<img class="game-image" src="gamestorage1/rabbitsamurai2/splash.png" onerror="this.src='./globe.svg'">
<div class="game-text">Rabbit Samurai 2</div>
</a>
<a class="game" href="game.html?game=gamestorage1/gimme-the-airpod/">
<img class="game-image" src="gamestorage1/gimme-the-airpod/img/logo.png" onerror="this.src='./globe.svg'">
Expand Down

0 comments on commit c0cde5a

Please sign in to comment.