chore: rebrand part one

This commit is contained in:
MattTheTekie 2025-11-29 09:48:39 -05:00
commit 6b5abb8258
13 changed files with 141 additions and 141 deletions

View file

@ -20,7 +20,7 @@ xhttp.onreadystatechange = function () {
};
xhttp.open(
"GET",
"https://www.venith.net/counter.php?sitename=venith",
"https://www.veltron.net/counter.php?sitename=venith",
true
);
xhttp.send();