🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2024-08-27 09:44:41 -04:00
commit caad53d7d1
75 changed files with 29789 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
function homepage() {
let proto = location.protocol;
let port = location.port;
let currentSite = window.location.hostname;
window.location = proto + '//' + currentSite + ':' + port;
}