From 84ef4a0d051d180724ebc38b474aa2a355427607 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 17:48:33 +0700 Subject: frontend changes, feedback, credits, new status page --- frontend/status.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/status.js (limited to 'frontend/status.js') diff --git a/frontend/status.js b/frontend/status.js new file mode 100644 index 0000000..3922317 --- /dev/null +++ b/frontend/status.js @@ -0,0 +1,7 @@ +startUpdateMachines(); + +(async () => { + const blk = await information(); + blk = blk ? '?' : blk; + document.getElementById("status-title").innerHTML = `Machine Status for H${blk}` +})(); -- cgit v1.2.3