Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
malay9418 committed Jan 31, 2024
1 parent 6255b34 commit e35cabd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</head>

<body>
<button style="position: fixed; bottom: 20px; display: block; left: 50%; transform: translateX(-50%); z-index: 1000; background-color: green;" class="btn" onclick="finalStep();">Accept Me</button>
<button style="position: fixed; bottom: 20px; display: none; left: 50%; transform: translateX(-50%); z-index: 1000; background-color: green;" class="btn" onclick="finalStep();" id="accept-btn">Accept Me</button>
<div id="final-popup" class="fadein"
style="display: none; background-color: #1E2444; height: 100vh; width: 100%; position: fixed; top: 0; left: 0; z-index: 10; flex-direction: column; align-items: center; padding-top: 10px; text-align: center;">
<img src="./final.webp" />
Expand Down Expand Up @@ -287,9 +287,9 @@ <h3>Pay me my Kiss Tax Now !</h3>
document.body.style.backgroundColor = '#1E2444';
//document.getElementById('game-section').classList.add('blink');
}, 8000);
//setTimeout(() => {
// finalStep(newBtn);
//}, 10000);
setTimeout(() => {
document.getElementById("accept-btn").style.display = "block";
}, 10000);
}

}
Expand Down

0 comments on commit e35cabd

Please sign in to comment.