javascript go brr

This commit is contained in:
Wes Bryie 2021-11-18 10:32:35 -05:00
parent 4db9f16c1d
commit 31200fcd8b
1 changed files with 9 additions and 1 deletions

View File

@ -6,4 +6,12 @@
// This file is intentionally blank
// Use this file to add JavaScript to your project
console.log("Copyright *my code only, anything that is not my code is published and copyrighted by their respective owners* Wesley Bryie, 2021.")
var domain = wesbryie.cf;
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 = "wesbryie.cf")
console.log("This websites javascript code says that it is correct.");
else console.log("I SEE YOU.");