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
6ecbe63aaa
commit
b0ed2af110
@ -21,7 +21,7 @@
|
||||
<iframe sandbox="allow-scripts allow-popups allow-same-origin" width="100%" height="100%" loading="lazy" frameborder="0"
|
||||
src="secret/index.html"></iframe>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<div id="websiteWrapper" class="wrapper">
|
||||
<div class="container">
|
||||
<div class="header-container">
|
||||
<!-- This heading also notifies about the theme change.-->
|
||||
|
||||
@ -22,7 +22,7 @@ function ninePress() {
|
||||
|
||||
async function checkSecret() {
|
||||
if (sixPressed == true) {
|
||||
//document.getElementById("wrapper").style.display = "none";
|
||||
document.getElementById("websiteWrapper").style.display = "none";
|
||||
document.getElementById("iframeDiv").style.display = "block";
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user