mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 05:33:40 -05:00
Update index.html
This commit is contained in:
parent
fd470b59ba
commit
77d79f82a7
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
let savedLink = localStorage.getItem("savedLink");
|
let savedLink = localStorage.getItem("savedLink");
|
||||||
|
|
||||||
document.addEventListener("keydown", function(event) {
|
document.addEventListener("keydown", function(event) {
|
||||||
if (event.key === "`") {
|
if (event.key === ",") {
|
||||||
if (!savedLink) {
|
if (!savedLink) {
|
||||||
savedLink = prompt("Panic key will open:");
|
savedLink = prompt("Escape to: https://YOURLINK.tld");
|
||||||
if (savedLink) {
|
if (savedLink) {
|
||||||
localStorage.setItem("savedLink", savedLink);
|
localStorage.setItem("savedLink", savedLink);
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<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">Paradise for bored students. What would you like to do? (Press ` to escape)</p>
|
<p class="center-text">Paradise for bored students. What would you like to do? (Press , to escape)</p>
|
||||||
|
|
||||||
<div class="center-text">
|
<div class="center-text">
|
||||||
<a href="/games">Games</a> • <a href="/apps">Apps</a> • <a href="/links.txt">Links</a> • <a href="/form">Requests</a> • <a href="https://thismailboxismine.andthistriagonalsign.22web.org/gba">Retro Games</a>
|
<a href="/games">Games</a> • <a href="/apps">Apps</a> • <a href="/links.txt">Links</a> • <a href="/form">Requests</a> • <a href="https://thismailboxismine.andthistriagonalsign.22web.org/gba">Retro Games</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue