diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-20 22:10:00 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-20 22:10:00 +0200 |
| commit | 43be0d7be77ee5829058c5704a76db0765fe19c8 (patch) | |
| tree | 3d8fbcb798a18b22f7a35b7c3c05ec56ef69d1e3 /index.htm.tmpl | |
| parent | d3895a2203d6ff2965c8c6d4ff4314a690ae7767 (diff) | |
| download | arfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.tar.gz arfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.zip | |
C webapp
Diffstat (limited to 'index.htm.tmpl')
| -rw-r--r-- | index.htm.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/index.htm.tmpl b/index.htm.tmpl index a9022d8..462f744 100644 --- a/index.htm.tmpl +++ b/index.htm.tmpl @@ -4,6 +4,11 @@ <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="https://arf20.com/style.css"> <title>ARFNET</title> + <style> +table, th, td { + border: 1px solid #abb2bf; +} + </style> </head> <body> @@ -15,7 +20,8 @@ <h2 class="center">Status Monitor</h2> <p>This webapp monitors the status of the main ARFNET services from outside the ARFNET network</p> <table> - + <tr><th>Type</th><th>Service</th><th>Status</th></tr> + %s </table> </main> </body> |
