Update index.html

This commit is contained in:
Voxel 2025-04-10 10:12:15 -04:00 committed by GitHub
parent 12203aeda4
commit ff804bf9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>MilkNet</title> <title>MilkNet | Settings & tools</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style> <style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style> <style>
@ -70,12 +70,12 @@
<body> <body>
<img src="/assets/img/milk_optimized.png" class="center"> <img src="/assets/img/milk_optimized.png" class="center">
<h1 class="center-text">MilkNet</h1> <h1 class="center-text">MilkNet</h1>
<p class="center-text">Settings & Tools | These work on all games and pages. Test them here</p> <p class="center-text">Settings & tools | These work on all games and pages. Test them here</p>
<p class="center-text">(except Eaglercraft)</p> <p class="center-text">(except Eaglercraft)</p>
<div class="center-text"> <div class="center-text">
<p>. - Cloak key</p><p>, - Panic key (Opens link of your choice)</p> <p>. - Cloak key (Odd bug I can't figure out, might need to spam it as soon as you open some games)</p><p>, - Panic key (Opens link of your choice)</p>
</div> </div>
</body> </body>
</html> </html>