pages/tools/index.html
2025-04-11 18:01:22 -04:00

25 lines
950 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet | Settings & tools</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">Settings & tools | These work on all games and pages (except Eaglercraft). Test them here</p>
<div class="center-text">
<p>. - Cloak key (Odd bug on some pages I can't figure out, might need to spam it as soon as you open)</p>
<p>, - Panic key (Opens link of your choice)</p>
</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>
</head>