From e86fb0f326b661cac8d13eb14ae3275baa05a046 Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:38:37 -0500 Subject: [PATCH] wtf is the redirect --- js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index 9d9997a..d27a9b4 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -9,7 +9,7 @@ console.log("Copyright *my code only, anything that is not my code is published and copyrighted by their respective owners* Wesley Bryie, 2021."); console.log("This website was designed and published to https://wesbryie.cf/. If you see it on a domain that is not wesbryie.cf please contact me at wesleybryie@protonmail.com."); -if (window.location.hostname = "wesbryie.cf") +if (window.location.hostname = "beta.wesbryie.cf") console.log("This websites javascript code says that it is correct."); else console.log("I SEE YOU.");