Update mc-status-js

This commit is contained in:
2025-08-28 10:49:13 -04:00
parent d44f9fddff
commit 886b254e1b

View File

@@ -81,6 +81,8 @@
`;
} catch (err) {
console.error("Error fetching server status:", err);
}
</script>
statusBox.innerHTML = `<span style="color:red;">API unreachable</span>`;
}
}