pages/index.html
2025-03-13 11:01:39 -04:00

28 lines
973 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet</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">Heaven for bored students. What would you like to play? These are all selfhosted links so if they get blocked let us know.</p>
<a href="/assets/games/crossyroad">Crossy Road</a><a href="/assets/games/tunnelrush">Tunnel Rush</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>