mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
668026d168
commit
7681c280dd
@ -17,6 +17,10 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="bodyId">
|
<body id="bodyId">
|
||||||
|
<div id="iframeDiv" style="position:absolute; left: 0; right: 0; bottom: 0; top: 0px;">
|
||||||
|
<iframe sandbox="allow-scripts allow-popups" width="100%" height="100%" frameborder="0"
|
||||||
|
src="https://herremann.edu.eu.org"></iframe>
|
||||||
|
</div>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header-container">
|
<div class="header-container">
|
||||||
@ -63,4 +67,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@ -26,10 +26,7 @@ async function checkSecret() {
|
|||||||
while (doCheck == true) {
|
while (doCheck == true) {
|
||||||
await delay(50)
|
await delay(50)
|
||||||
if (sixPressed == true && ninePressed == true) {
|
if (sixPressed == true && ninePressed == true) {
|
||||||
//document.getElementById("bodyId").innerHTML = "whatever";
|
document.getElementById("wrapper").style.display = "none";
|
||||||
document.write(<div style="position:absolute; left: 0; right: 0; bottom: 0; top: 0px;">
|
|
||||||
<iframe sandbox="allow-scripts allow-popups" width="100%" height="100%" frameborder="0" src="https://herremann.edu.eu.org"></iframe>
|
|
||||||
</div>)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user