no errors, lets see.
This commit is contained in:
parent
600b2b072a
commit
cd39e39c7c
|
@ -6,12 +6,10 @@
|
|||
// This file is intentionally blank
|
||||
// Use this file to add JavaScript to your project
|
||||
|
||||
var domain = wesbryiecf;
|
||||
|
||||
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 (domain = "wesbryiecf")
|
||||
if (window.location.hostname = "wesbryie.cf")
|
||||
console.log("This websites javascript code says that it is correct.");
|
||||
|
||||
else console.log("I SEE YOU.");
|
||||
|
|
Loading…
Reference in New Issue