This commit is contained in:
Voxel 2025-04-01 11:51:14 -04:00 committed by GitHub
parent 4ca7f82470
commit a63ac1ee78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 350 additions and 175 deletions

View file

@ -1,40 +1,75 @@
<title>Papa's Burgeria</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
document.addEventListener("DOMContentLoaded", function() { <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
let savedLink = localStorage.getItem("savedLink"); crossorigin="anonymous"></script>
<title>Papa's Burgeria</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
document.addEventListener("keydown", function(event) { gtag('config', 'G-M9KJ1XPKLF');
if (event.key === ",") { </script>
if (!savedLink) { <script>
savedLink = prompt("Escape to: https://YOURLINK.tld"); document.addEventListener("DOMContentLoaded", function() {
if (savedLink) { let savedLink = localStorage.getItem("savedLink");
localStorage.setItem("savedLink", 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>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); });
}); </script>
</script> <!--Google Analytics-->
<script> <style>
document.addEventListener('keydown', function(event) { html, body {
if (event.key === '.') { background-color: black;
// Change title margin: 0;
document.title = "Student and Parent Sign In"; height: 100%;
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); .container {
</script> display: flex;
justify-content: center;
<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="/reider/storage/gxmes/papasburgeria/index.html" 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;"> align-items: center;
</iframe> height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://milk.servemp3.com/reider/storage/gxmes/papasburgeria/papasburgeria.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,40 +1,75 @@
<title>Papa's Freezeria</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
document.addEventListener("DOMContentLoaded", function() { <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
let savedLink = localStorage.getItem("savedLink"); crossorigin="anonymous"></script>
<title>Papa's Freezeria</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
document.addEventListener("keydown", function(event) { gtag('config', 'G-M9KJ1XPKLF');
if (event.key === ",") { </script>
if (!savedLink) { <script>
savedLink = prompt("Escape to: https://YOURLINK.tld"); document.addEventListener("DOMContentLoaded", function() {
if (savedLink) { let savedLink = localStorage.getItem("savedLink");
localStorage.setItem("savedLink", 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>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); });
}); </script>
</script> <!--Google Analytics-->
<script> <style>
document.addEventListener('keydown', function(event) { html, body {
if (event.key === '.') { background-color: black;
// Change title margin: 0;
document.title = "Student and Parent Sign In"; height: 100%;
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); .container {
</script> display: flex;
justify-content: center;
<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="/reider/storage/gxmes/papasfreezeria/index.html" 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;"> align-items: center;
</iframe> height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://milk.servemp3.com/reider/storage/gxmes/papasfreezeria/papasfreezeria.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,40 +1,75 @@
<title>Papa's Pancakeria</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
document.addEventListener("DOMContentLoaded", function() { <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
let savedLink = localStorage.getItem("savedLink"); crossorigin="anonymous"></script>
<title>Papa's Pancakeria</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
document.addEventListener("keydown", function(event) { gtag('config', 'G-M9KJ1XPKLF');
if (event.key === ",") { </script>
if (!savedLink) { <script>
savedLink = prompt("Escape to: https://YOURLINK.tld"); document.addEventListener("DOMContentLoaded", function() {
if (savedLink) { let savedLink = localStorage.getItem("savedLink");
localStorage.setItem("savedLink", 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>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); });
}); </script>
</script> <!--Google Analytics-->
<script> <style>
document.addEventListener('keydown', function(event) { html, body {
if (event.key === '.') { background-color: black;
// Change title margin: 0;
document.title = "Student and Parent Sign In"; height: 100%;
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); .container {
</script> display: flex;
justify-content: center;
<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="/reider/storage/gxmes/papaspancakeria/index.html" 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;"> align-items: center;
</iframe> height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://milk.servemp3.com/reider/storage/gxmes/papaspancakeria/papaspancakeria.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,40 +1,75 @@
<title>Papa's Pastaria</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
document.addEventListener("DOMContentLoaded", function() { <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
let savedLink = localStorage.getItem("savedLink"); crossorigin="anonymous"></script>
<title>Papa's Pastaria</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
document.addEventListener("keydown", function(event) { gtag('config', 'G-M9KJ1XPKLF');
if (event.key === ",") { </script>
if (!savedLink) { <script>
savedLink = prompt("Escape to: https://YOURLINK.tld"); document.addEventListener("DOMContentLoaded", function() {
if (savedLink) { let savedLink = localStorage.getItem("savedLink");
localStorage.setItem("savedLink", 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>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); });
}); </script>
</script> <!--Google Analytics-->
<script> <style>
document.addEventListener('keydown', function(event) { html, body {
if (event.key === '.') { background-color: black;
// Change title margin: 0;
document.title = "Student and Parent Sign In"; height: 100%;
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); .container {
</script> display: flex;
justify-content: center;
<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="/reider/storage/gxmes/papaspastaria/index.html" 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;"> align-items: center;
</iframe> height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://milk.servemp3.com/reider/storage/gxmes/papaspastaria/papaspastaria.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,40 +1,75 @@
<title>Papa's Sushiria</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
document.addEventListener("DOMContentLoaded", function() { <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
let savedLink = localStorage.getItem("savedLink"); crossorigin="anonymous"></script>
<title>Papa's Pizzeria</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
document.addEventListener("keydown", function(event) { gtag('config', 'G-M9KJ1XPKLF');
if (event.key === ",") { </script>
if (!savedLink) { <script>
savedLink = prompt("Escape to: https://YOURLINK.tld"); document.addEventListener("DOMContentLoaded", function() {
if (savedLink) { let savedLink = localStorage.getItem("savedLink");
localStorage.setItem("savedLink", 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>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); });
}); </script>
</script> <!--Google Analytics-->
<script> <style>
document.addEventListener('keydown', function(event) { html, body {
if (event.key === '.') { background-color: black;
// Change title margin: 0;
document.title = "Student and Parent Sign In"; height: 100%;
// Change favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '/assets/img/new_favicon.ico';
} }
}); .container {
</script> display: flex;
justify-content: center;
<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="/reider/storage/gxmes/papassushiria/index.html" 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;"> align-items: center;
</iframe> height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://milk.servemp3.com/reider/storage/gxmes/papassushiria/papassushiria.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>