diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-21 13:18:52 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-21 13:18:52 +0200 |
| commit | ebbe4a02815287d26968e96b282384e8b26cf3fb (patch) | |
| tree | ddde1d533f27f2a666f093a9ca713678e4c29fdc /index.htm.tmpl | |
| parent | 977ab224677aa6552f519650d7c88ef4b98d5d8a (diff) | |
| download | arfnet2-status-ebbe4a02815287d26968e96b282384e8b26cf3fb.tar.gz arfnet2-status-ebbe4a02815287d26968e96b282384e8b26cf3fb.zip | |
check reachability and dns
Diffstat (limited to 'index.htm.tmpl')
| -rw-r--r-- | index.htm.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} </style> </head> |
