Skip to content

Commit

Permalink
adsads
Browse files Browse the repository at this point in the history
  • Loading branch information
enterheadlines authored Aug 30, 2024
1 parent 4584c5e commit 5a055c1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions general/arcade.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,42 @@
<center><h1>Entertopia Arcade</h1></center>
<center><h3 id="splash">INFAMY</h3></center>
<br>
<h2>Entertopia Recommendation</h2>
<div class="column">
<a href="/app/1v1.html"><button id="button"><img
src="/imgs/1v1.jpeg"
id="img">
<p id="hide">1v1.lol</p>
</button> </a>
</div>
<div class="column">
<a href="/app/1.html"><button id="button"><img src="/imgs/1.png" id="img">
<p id="hide">1</p>
</button> </a>
</div>
<div class="column">
<a href="/app/1v1space.html"><button id="button"><img src="/imgs/1v1space.png" id="img">
<p id="hide">1v1space</p>
</button> </a>
</div>
<div class="column">
<a href="/app/8ballbillard.html "><button id="button"><img src="/imgs/8ball.jpeg" id="img">
<p id="hide">8ball billard</p>
</button> </a>
</div>
<div class="column">
<a href="/app/10-minutes-till-dawn.html"><button id="button"><img src="/imgs/10minutestilldawn.jpeg" id="img">
<p id="hide">10 Minutes Till dawn</p>
</button> </a>
</div>
<div class="column">
<a href="/app/100ng.html"><button id="button"><img src="/imgs/100ng.png" id="img">
<p id="hide">100ng</p>
</button> </a>
</div>
</div>
<br>
<h2>Entertopia Featured</h2>
<div class="row">
<div class="column">
<a href="/app/request.html"><button id="button"><img
Expand Down

0 comments on commit 5a055c1

Please sign in to comment.