Add Done.JS to file list and index.html

This commit is contained in:
WesleyBryie 2021-11-12 10:04:04 -05:00
parent 336888e34e
commit 9194d774e0
3 changed files with 4 additions and 2 deletions

2
done.js Normal file
View File

@ -0,0 +1,2 @@
// say done loading
console.log("Done loading this site!")

View File

@ -27,5 +27,6 @@
<div class="column"></div>
<div class="column"></div>
</div>
<script src="done.js"></script>
</body>
</html>

View File

@ -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);