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>
|
||||
|
||||
<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="container">
|
||||
<div class="header-container">
|
||||
@ -63,4 +67,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
@ -26,10 +26,7 @@ async function checkSecret() {
|
||||
while (doCheck == true) {
|
||||
await delay(50)
|
||||
if (sixPressed == true && ninePressed == true) {
|
||||
//document.getElementById("bodyId").innerHTML = "whatever";
|
||||
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>)
|
||||
document.getElementById("wrapper").style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user