From ebbe4a02815287d26968e96b282384e8b26cf3fb Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 21 Oct 2025 13:18:52 +0200 Subject: check reachability and dns --- index.htm.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.htm.tmpl') diff --git a/index.htm.tmpl b/index.htm.tmpl index 462f744..e545845 100644 --- a/index.htm.tmpl +++ b/index.htm.tmpl @@ -8,6 +8,14 @@ table, th, td { border: 1px solid #abb2bf; } + +.up { + background-color: green; +} + +.down { + background-color: red; +} -- cgit v1.2.3