From 1afe7a9ad6614a81f184a95a66690910b42a20f3 Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:00:14 -0500 Subject: [PATCH] the stop call kills the body of the page for some reason, why i do not know. --- js/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/scripts.js b/js/scripts.js index b2fc925..dbfdca6 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -23,11 +23,11 @@ else { function isDomainCorrect() { if (domain = "wesbryie") { -console.log("This websites javascript code says that it is correct."); +console.log("Thank you for using wesbryie.cf."); } else { - console.log("I SEE YOU."); + console.log("why uh, why ya doin that? why ya taking my code?"); } }