This commit is contained in:
Boof 2023-03-15 10:44:38 +01:00 committed by GitHub
parent 668026d168
commit 7681c280dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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";
}
}
}