diff --git a/js/adultcheck.js b/js/adultcheck.js index a78f986..d68ee7c 100644 --- a/js/adultcheck.js +++ b/js/adultcheck.js @@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult'); ///sends you to the redirect page if it's not 1 if (IsAdult !== '1') { - window.location = "18redirect.html"; + window.location = "https://hexbomb.gay/18redirect.html"; } console.log(IsAdult)