mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
46 lines
2.8 KiB
HTML
46 lines
2.8 KiB
HTML
<!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>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
let savedLink = localStorage.getItem("savedLink");
|
|
|
|
document.addEventListener("keydown", function(event) {
|
|
if (event.key === ",") {
|
|
if (!savedLink) {
|
|
savedLink = prompt("Escape to: https://YOURLINK.tld");
|
|
if (savedLink) {
|
|
localStorage.setItem("savedLink", savedLink);
|
|
}
|
|
} else {
|
|
window.open(savedLink, "_blank");
|
|
}
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<img src="/assets/img/milk_optimized.png" class="center">
|
|
<h1 class="center-text">MilkNet</h1>
|
|
|
|
<div class="center-text">
|
|
<p class="center-text">Games (press , to escape)</p>
|
|
<a href="/assets/games/smashkarts">Smash Karts</a> • <a href="/assets/games/stickmanhook">Stickman Hook</a> • <a href="/assets/games/slope">Slope</a> • <a href="/assets/games/slope2">Slope 2</a> • <a href="/assets/games/adofai">A Dance of Fire and Ice</a> • <a href="/assets/games/retrobowl">Retro Bowl</a> • <a href="/assets/games/totm">Tomb of the Mask</a> • <a href="/assets/games/whg">World's Hardest Game</a> • <a href="/assets/games/whg2">World's Hardest Game 2</a> • <a href="/assets/games/ovo">OvO</a> • <a href="/assets/games/2048">2048</a> • <a href="/assets/games/tunnelrush">Tunnel Rush</a> • <a href="/assets/games/basketrandom">Basket Random</a> • <a href="/assets/games/clusterrush">Cluster Rush</a> • <a href="/assets/games/bitlife">BitLife</a> • <a href="/assets/games/cookieclicker">Cookie Clicker</a> • <a href="/assets/games/dr3d">Death Run 3D</a> • <a href="/assets/games/flappybird">Flappy Bird</a> • <a href="/assets/games/retrobowl">Retro Bowl</a> • <a href="/assets/games/eagler/1.5.2.html">Eaglercraft 1.5.2</a> • <a href="/assets/games/eagler/1.8.html">Eaglercraft 1.8</a> • <a href="/assets/games/fruitninja">Fruit Ninja</a> • <a href="/assets/games/drivemad">Drive Mad</a> • <a href="/assets/games/jetpackjoyride">Jetpack Joyride</a> • <a href="/assets/games/knifehit">Knife Hit</a> • <a href="/assets/games/tetris">Tetris</a> • <a href="/assets/games/subwaysurfers">Subway Surfers</a> • <a href="/assets/games/wordle">Wordle</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
</head>
|