Update index.html

This commit is contained in:
Voxel 2025-04-01 15:31:37 -04:00 committed by GitHub
parent 2fe4af239b
commit aa1f9c7046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,15 +35,20 @@
<script>
document.addEventListener("keydown", function (event) {
if (event.key === ".") {
let choice = prompt("CLOAK OPTIONS: Google Drive (enter g), Google Classroom (enter gc), Clever (enter c), PowerSchool (enter p), Khan Academy (enter k), Desmos (enter d)");
let choice = prompt("CLOAK OPTIONS: Google Drive (enter g), Google Classroom (enter gc), Google Docs (enter gd), Clever (enter c), PowerSchool (enter p), Khan Academy (enter k), Desmos (enter d), Schoology (enter s), Cool Math Games (enter cmg)");
const options = {
g: { title: "My Drive - Google Drive", icon: "/assets/img/drive.ico" },
gc: { title: "Google Classroom", icon: "/assets/img/classroom.ico" },
c: { title: "Clever | Portal", icon: "/assets/img/clever.ico" },
p: { title: "PowerSchool", icon: "/assets/img/powerschool.ico" },
p: { title: "Student and Parent Sign In", icon: "/assets/img/powerschool.ico" },
k: { title: "Khan Academy", icon: "/assets/img/khan.ico" },
d: { title: "Desmos | Scientific Calculator", icon: "/assets/img/desmos.ico" }
gd: { title: "Google Docs", icon: "/assets/img/docs.ico" },
s: { title: "Schoology", icon: "/assets/img/schoology.ico" },
d: { title: "Desmos | Scientific Calculator", icon: "/assets/img/desmos.ico" },
cmg: { title: "Cool Math Games - Free Online Games for Learning and Fun", icon: "/assets/img/coolmathgames.ico" },
i: { title: "IXL | Math, Language Arts, Science, Social Studies, and Spanish", icon: "/assets/img/ixl.ico" },
};
if (options[choice]) {
@ -65,7 +70,9 @@
<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)</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>
<div class="center-text">
<p>. - Cloak key</p><p>, - Panic key (Opens link of your choice)</p>