chore: updates

This commit is contained in:
MattTheTekie 2025-06-29 14:37:09 -04:00
commit a5dce0d16f
2 changed files with 42 additions and 1 deletions

View file

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