This commit is contained in:
WesleyBryie 2021-11-09 11:42:35 -05:00
parent 12a143b790
commit 80670dce4c
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
// define creator and proper domain
// define creator info
var creator = "Wesley Bryie";
var domain = "wesbryie.cf"
console.log("Made by: ",creator," in 2021. This site was designed for ",domain,". If you happen to find this site on anyother domain not owned by me, please contact me at wesleybryie@protonmail.com.");
var email = "wesleybryie@protonmail.com"
console.log("Made by: ",creator," in 2021. This site was designed for ",domain,". If you happen to find this site on anyother domain not owned by me, please contact me at ",email);