Skip to content

Commit

Permalink
Update gms.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevman9 authored Jan 30, 2024
1 parent ace43e0 commit 0c55d4b
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions static/gms.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@
<meta name="googlebot" content="index, follow, snippet" />
<link rel="shortcut icon" href="img/shadownexus.jpeg" />
<link rel="stylesheet" href="gms.css" />
<style>
.image-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
margin-top: 20px;
}

.image-container a {
text-decoration: none;
text-align: center;
width: 100px;
border-radius: 10px;
overflow: hidden;
margin: 10px;
}

.image-container img {
width: 100px;
border-radius: 10px;
}

.image-container p {
margin: 5px 0;
color: white;
}
</style>
<script src="uv/uv.bundle.js" defer></script>
<script src="uv/uv.config.js" defer></script>
<script src="register-sw.js" defer></script>
Expand All @@ -21,6 +49,110 @@
</div>
<h1 id="header">Games</h1>
<a href="" class="button">Request game!</a>

<div class="image-container">
<a href="">
<img src="" alt="1v1 lol" />
<p>1v1 lol</p>
</a>
<a href="">
<img src="" alt="2048" />
<p>2048</p>
</a>
<a href="">
<img src="" alt="bitlife" />
<p>bitlife</p>
</a>
<a href="">
<img src="" alt="chrome dino" />
<p>Chrome Dino</p>
</a>
<a href="">
<img src="" alt="Doge miner" />
<p>Doge Miner</p>
</a>
<a href="">
<img src="" alt="" />
<p>Doodle Jump</p>
</a>
<a href="">
<img src="" alt="Drive Mad" />
<p>Drift Mad</p>
</a>
<a href="">
<img src="" alt="Drift Boss" />
<p>Drift Boss</p>
</a>
<a href="">
<img src="" alt="Flappy Bird" />
<p>Flappy Bird</p>
</a>
<a href="">
<img src="" alt="Retro Bowl" />
<p>Retro Bowl</p>
</a>
<a href="">
<img src="" alt="Motox3m" />
<p>Motox3m</p>
</a>
<a href="">
<img src="" alt="Slope" />
<p>Slope</p>
</a>
<a href="">
<img src="" alt="Smash Karts" />
<p>Smash Karts</p>
</a>
<a href="">
<img src="" alt="Subway Surfers" />
<p>Subway Surfers</p>
</a>
<a href="">
<img src="" alt="Temple Run 2" />
<p>Temple Run 2</p>
</a>
<a href="">
<img src="" alt="Vex-3" />
<p>Vex 3</p>
</a>
<a href="">
<img src="" alt="Vex 4" />
<p>Vex 4</p>
</a>
<a href="">
<img src="" alt="Vex 5" />
<p>Vex 5</p>
</a>
<a href="">
<img src="" alt="Vex 6" />
<p>Vex 6</p>
</a>
<a href="">
<img src="" alt="Vex 7" />
<p>Vex 7</p>
</a>
<a href="">
<img src="" alt="1on1 Soccer" />
<p>1on1 Soccer</p>
</a>
<a href="">
<img src="" alt="Baldi's Basics" />
<p>Baldi's Basics</p>
</a>
<a href="">
<img src="" alt="BasketBall stars" />
<p>Basketball Stars</p>
</a>
<a href="">
<img src="" alt="Chess" />
<p>Chess</p>
</a>
<a href="">
<img src="" alt="Basket Random" />
<p>Basket Random</p>
</a>
</div>

<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</body>
</html>

0 comments on commit 0c55d4b

Please sign in to comment.