Skip to content

Commit

Permalink
Update games.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Memelite70 authored May 25, 2024
1 parent 38f7243 commit c6007cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,30 @@ <h1> </h1>
<a class="game" href="game.html?game=interactivebuddy.swf">
<img class="game-image" src="interactivebuddy.png" onerror="this.src='./globe.svg'">
<div class="game-text">Interactive Buddy</div>
</a>
<a class="game" href="game.html?game=portal.swf">
<img class="game-image" src="portaltheflashversion.jpg" onerror="this.src='./globe.svg'">
<div class="game-text">Portal Flash</div>
</a>
<a class="game" href="game.html?game=gamestorage1/bacon-may-die/">
<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>
<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'">
<div class="game-text">Gimme the Airpod</div>
</a>
<a class="game" href="game.html?game=gamestorage1/game-inside/">
<img class="game-image" src="gamestorage1/game-inside/img/display.png" onerror="this.src='./globe.svg'">
<div class="game-text">Game Inside a Game</div>
</a>
<a class="game" href="game.html?game=gamestorage1/santy-is-home/">
<img class="game-image" src="gamestorage1/santy-is-home/splash.png" onerror="this.src='./globe.svg'">
<div class="game-text">Santy is Home</div>
</a>
</center>

Expand Down

0 comments on commit c6007cb

Please sign in to comment.