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 17, 2024
1 parent 34f66e7 commit 4bdac0c
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ <h1> </h1>

<img class="game-image" src="MX3M-3/MX3M-3.png" onerror="this.src='./globe.svg'">
<div class="game-text">Moto X3M 3</div>

<!--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><a class="game" href="MX3M-4/index.html">
<img class="game-image" src="MX3M-4/MX3M-4.png" onerror="this.src='./globe.svg'">
<div class="game-text">Moto X3M 4</div>
Expand All @@ -80,6 +93,18 @@ <h1> </h1>
<div class="game-text">Stickman Hook</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=Dreadhead-Parkour/game.embed/index.html">
<img class="game-image" src="Dreadhead-Parkour/game.embed/icons/icon-128.png" onerror="this.src='./globe.svg'">
<div class="game-text">Dreadhead Parkour</div>
Expand Down Expand Up @@ -118,6 +143,18 @@ <h1> </h1>
<img class="game-image" src="SM64/sm64.png" onerror="this.src='./globe.svg'">
<div class="game-text">Super Mario 64</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="BB/index.html">
<img class="game-image" src="BB/game.embed/splash.png" onerror="this.src='./globe.svg'">
<div class="game-text">Baldi's Basics</div>
Expand Down Expand Up @@ -159,7 +196,19 @@ <h1> </h1>
<a class="game" href="br/index.html">
<img class="game-image" src="br/BACKROOMS.png" onerror="this.src='./globe.svg'">
<div class="game-text">The Backrooms</div>
</a>
</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="IB/index.html">
<img class="game-image" src="IB/game.embed/img/thumbnail.png" onerror="this.src='./globe.svg'">
Expand Down Expand Up @@ -204,6 +253,19 @@ <h1> </h1>
<div class="game-text">Bitlife</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="Ballistic-Chickens/index.html">
<img class="game-image" src="Ballistic-Chickens/logo.png" onerror="this.src='./globe.svg'">
<div class="game-text">Ballistic Chickens</div>
Expand Down Expand Up @@ -264,6 +326,18 @@ <h1> </h1>
<img class="game-image" src="ST/game.embed/stack.png" onerror="this.src='./globe.svg'">
<div class="game-text">Stack</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>
<span class="game" onclick="window.open('SnowBall/index.html','_blank','width=1600,height=900');">
<img class="game-image" src="SnowBall/SnowBall.png" onerror="this.src='./globe.svg'">
<div class="game-text">Snowball.io</div>
Expand Down

0 comments on commit 4bdac0c

Please sign in to comment.