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 are a student of 17 years, living in a flat in the city with his stepmother and stepfather. Manage your life. v0.20a Continuation of paths A and B. Renders: About 170 images.
••••••••••••••••••••••••••••••••••••••••••••••••••••••••Last Update: 2019-03-21 Release Date: 2019-03-07 Developer: Zee95 Censorship: none Version: 0.20a - 0.20 Stylized edition Operating system: Windows - Mac - Android - Linux Language: English - Russian ••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Download: Click below button to download the file •••••••••••••••••••••••••••Windows••••••••••••••••
Comments
Post a Comment