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 18, 2024
1 parent c4a01a6 commit 88c0dfb
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,69 @@ <h1> </h1>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<a class="game" href="flashgame.html?game=https://cdn.jsdelivr.net/gh/RobiFet/CMinterview@a4017231eca9f2173ad7ec0e63b01e4786b4ad6b/web/src/BiWrath.swf">
<img class="game-image" src="thebindingofisaac.png" onerror="this.src='./globe.svg'">
<div class="game-text">The Binding of Isaac</div>
</a>
<a class="game" href="flashgame.html?game=gamestorage2/achievementunlocked/achievementunlocked.swf">
<img class="game-image" src="gamestorage2/achievementunlocked/achievementunlocked.png" onerror="this.src='./globe.svg'">
<div class="game-text">Achievement Unlocked</div>
</a>
<a class="game" href="game.html?game=gamestorage2/choppyorc/docs/">
<img class="game-image" src="gamestorage2/choppyorc/splash.webp" onerror="this.src='./globe.svg'">
<div class="game-text">Choppy Orc</div>
</a>
<a class="game" href="game.html?game=gamestorage2/edgenotfound/">
<img class="game-image" src="gamestorage2/edgenotfound/edge.png" onerror="this.src='./globe.svg'">
<div class="game-text">Edge Not Found</div>
</a>
<a class="game" href="game.html?game=gamestorage1/rabbitsamurai1/">
<img class="game-image" src="gamestorage2/elasticman/elasticman.jpg" onerror="this.src='./globe.svg'">
<div class="game-text">Elastic Man</div>
</a>
<!--gamead-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9797604980960415"
crossorigin="anonymous"></script>
<!-- games -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:240px"
data-ad-client="ca-pub-9797604980960415"
data-ad-slot="4965863863"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<a class="game" href="game.html?game=gamestorage2/hextris/">
<img class="game-image" src="gamestorage2/hextris/images/hextris-logo.png" onerror="this.src='./globe.svg'">
<div class="game-text">Hextris</div>
</a>
<a class="game" href="game.html?game=gamestorage2/sandboxels/">
<img class="game-image" src="gamestorage2/sandboxels/icons/apple-touch-icon.png" onerror="this.src='./globe.svg'">
<div class="game-text">Sandboxels</div>
</a>
<a class="game" href="game.html?game=gamestorage2/station-141/">
<img class="game-image" src="gamestorage2/station-141/75wxYs.png" onerror="this.src='./globe.svg'">
<div class="game-text">Station 141</div>
</a>
<!--gamead-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9797604980960415"
crossorigin="anonymous"></script>
<!-- games -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:240px"
data-ad-client="ca-pub-9797604980960415"
data-ad-slot="4965863863"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<a class="game" href="game.html?game=gamestorage2/temple-run-2/">
<img class="game-image" src="gamestorage2/temple-run-2/img/cover.png" onerror="this.src='./globe.svg'">
<div class="game-text">Temple Run 2</div>
</a>
<a class="game" href="game.html?game=gamestorage2/tunnel-rush/">
<img class="game-image" src="gamestorage2/tunnel-rush/img/tunnel.jpg" onerror="this.src='./globe.svg'">
<div class="game-text">Tunnel Rush</div>
</a>

</div>
</center>

Expand Down

0 comments on commit 88c0dfb

Please sign in to comment.