mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update calc
This commit is contained in:
parent
08047e7130
commit
31ee4887bb
@ -17,7 +17,7 @@
|
||||
</head>
|
||||
|
||||
<body id="bodyId">
|
||||
<div id="iframeDiv" style="position:absolute; left: 0; right: 0; bottom: 0; top: 0px;">
|
||||
<div id="iframeDiv" style="display: none; 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>
|
||||
|
||||
@ -27,6 +27,7 @@ async function checkSecret() {
|
||||
await delay(50)
|
||||
if (sixPressed == true && ninePressed == true) {
|
||||
document.getElementById("wrapper").style.display = "none";
|
||||
document.getElementById("iframeDiv").style.display = "block";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user