mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 21:53:40 -05:00
Update index.html
This commit is contained in:
parent
97e1d6da2a
commit
6536d7047c
1 changed files with 21 additions and 56 deletions
|
@ -1,38 +1,24 @@
|
||||||
<!DOCTYPE html>
|
<title>5B | Takes a bit to load | HTML5 port by zelo.dev</title>
|
||||||
<html>
|
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
|
||||||
<head>
|
<script>
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
crossorigin="anonymous"></script>
|
let savedLink = localStorage.getItem("savedLink");
|
||||||
<title>BFDIA 5b</title>
|
|
||||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
document.addEventListener("keydown", function(event) {
|
||||||
<!--Google Analytics-->
|
if (event.key === ",") {
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
|
if (!savedLink) {
|
||||||
<script>
|
savedLink = prompt("Escape to: https://YOURLINK.tld");
|
||||||
window.dataLayer = window.dataLayer || [];
|
if (savedLink) {
|
||||||
function gtag() { dataLayer.push(arguments); }
|
localStorage.setItem("savedLink", savedLink);
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-M9KJ1XPKLF');
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
|
||||||
let savedLink = localStorage.getItem("savedLink");
|
|
||||||
|
|
||||||
document.addEventListener("keydown", function(event) {
|
|
||||||
if (event.key === ",") {
|
|
||||||
if (!savedLink) {
|
|
||||||
savedLink = prompt("Escape to: https://YOURLINK.tld");
|
|
||||||
if (savedLink) {
|
|
||||||
localStorage.setItem("savedLink", savedLink);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
window.open(savedLink, "_blank");
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
window.open(savedLink, "_blank");
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
});
|
});
|
||||||
</script>
|
});
|
||||||
<script>
|
</script>
|
||||||
|
<script>
|
||||||
document.addEventListener("keydown", function (event) {
|
document.addEventListener("keydown", function (event) {
|
||||||
if (event.key === ".") {
|
if (event.key === ".") {
|
||||||
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)");
|
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)");
|
||||||
|
@ -65,27 +51,6 @@
|
||||||
document.getElementsByTagName("head")[0].appendChild(link);
|
document.getElementsByTagName("head")[0].appendChild(link);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!--Google Analytics-->
|
|
||||||
<style>
|
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="/5b" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
|
||||||
html, body {
|
</iframe>
|
||||||
background-color: black;
|
|
||||||
margin: 0;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.container {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<object data="https://milk.servemp3.com/assets/games/5b/run.swf" width="1000" height="800" type="application/x-shockwave-flash">
|
|
||||||
<param name="allowScriptAccess" value="always">
|
|
||||||
<param name="allowFullScreen" value="true">
|
|
||||||
</object>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue