Create index.html

This commit is contained in:
Voxel 2025-03-13 15:06:53 -04:00 committed by GitHub
parent 93f5e918d4
commit b54b678b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
games/index.html Normal file
View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | Games</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.center-text {
text-align: center;
}
</style>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1>
<p class="center-text">Games</p>
<a href="/assets/games/tunnelrush">Tunnel Rush</a><a href="/assets/games/smashkarts">Smash Karts</a><a href="/assets/games/stickmanhook">Stickman Hook</a><a href="https://milk.servemp3.com">Go back</a>
<footer>
<a href="https://voxel.fsky.io"><img src="https://voxel.fsky.io/voxel.gif" loading="lazy" width="88px" height="31px"></a>
</footer>
</body>
</html>
</head>