pages/index.html
2025-04-14 20:29:40 -04:00

31 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<link rel="stylesheet" href="/style.css">
<script src="/index.js"></script>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1>
<p class="center-text">Boredom medicine. What would you like to do?</p>
<div class="center-text">
<a href="/games">Games</a>
<a href="/apps">Apps</a>
<a href="/p.txt">Proxy</a>
<a href="/links.txt">Links</a>
<a href="/form">Contact</a>
<a href="/gba">GBA Games</a>
<a href="/tools">Settings & tools</a>
<a href="/wx">Weather</a>
<a href="/assets/games/casino">Casino (WIP also no actual money lel)</a>
</div>
<footer>
<a href="/"><img src="/assets/img/88x31.png" loading="lazy" width="88" height="31"></a>
<a href="/"><img src="/assets/img/88x31_light.png" loading="lazy" width="88" height="31"></a>
</footer>
</body>
</html>