const ageRestrictionPopup = document.getElementById("age-restriction-popup");
const yesButton = document.querySelector(".btn-yes");
const noButton = document.querySelector(".btn-no");
function showAgeRestrictionPopup() {
ageRestrictionPopup.style.display = "flex";
}
function hideAgeRestrictionPopup() {
ageRestrictionPopup.style.display = "none";
}
yesButton.addEventListener("click", function() {
// Handle the action for the "Yes" button
hideAgeRestrictionPopup();
});
noButton.addEventListener("click", function() {
// Handle the action for the "No" button
window.location.href = "https://www.google.com/"; // redirect to google as an example
});
// Show the age restriction popup when the page loads
showAgeRestrictionPopup();
You have inherited the "Harem Hotel", a hotel where beautiful women live! Upgrade your hotel, make friends with girls, follow their stories and train your maid.
Modified: 2019-03-20 Release Date: 2019-03-20 Developer: Runey Censored: no Version: 0.6.2 OS: Win, Linux, Mac, Android Language: English
Download: **************************************** Windows ****************************************Click below button to download the file for Windows
Comments
Post a Comment