feat: status page + maintenance

This commit is contained in:
mco-system 2023-05-27 19:23:09 +11:00
parent f139fa4bc4
commit d9808cc66e
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
$("#reboot").on("click", function(){
console.log("vroom");
$.get("https://www.thsf.net/thsf.net/maintenance/reboot.py", function(data, status){
console.log(status);
$("#logs").html = data;