This commit is contained in:
parent
12a143b790
commit
80670dce4c
5
index.js
5
index.js
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue