Add Done.JS to file list and index.html
This commit is contained in:
parent
336888e34e
commit
9194d774e0
|
@ -0,0 +1,2 @@
|
|||
// say done loading
|
||||
console.log("Done loading this site!")
|
|
@ -27,5 +27,6 @@
|
|||
<div class="column"></div>
|
||||
<div class="column"></div>
|
||||
</div>
|
||||
<script src="done.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
3
index.js
3
index.js
|
@ -6,5 +6,4 @@ var domain = "wesbryie.cf"
|
|||
var email = "wesleybryie@protonmail.com"
|
||||
|
||||
// send notice in javascript log / console
|
||||
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);
|
||||
|
||||
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