wahooo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-26 21:58:39 +01:00
parent e785b574c1
commit afbd1c8114
19 changed files with 374 additions and 39 deletions

View File

@ -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 = "https://hexbomb.gay/18redirect.html";
window.location = "https://hexbomb.gay/18redirect.html";
}
console.log(IsAdult)