Initial Commit

This commit is contained in:
Kouya Heika
2026-04-18 04:42:13 -05:00
commit 3d13336d22
12 changed files with 908 additions and 0 deletions

3
www/style.css Normal file
View File

@@ -0,0 +1,3 @@
td[_status=UP] { background-color: green; }
td[_status=PARTIAL] { background-color: yellow; }
td[_status=DOWN] { background-color: red; }