mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 10:03:41 -05:00
Create index.html
This commit is contained in:
parent
93f5e918d4
commit
b54b678b93
1 changed files with 28 additions and 0 deletions
28
games/index.html
Normal file
28
games/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue