[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/23] Add template
[Thread Prev] | [Thread Next]
- Subject: [PATCH 01/23] Add template
- From: arf20 <arf20@xxxxxxxxx>
- Reply-to: development@xxxxxxxxx
- Date: Tue, 2 Dec 2025 23:11:09 +0100
- To: development@xxxxxxxxx
- Cc: arf20 <aruizfernandez05@xxxxxxxxx>
MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: arf20 <aruizfernandez05@xxxxxxxxx> --- index.htm.tmpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index.htm.tmpl diff --git a/index.htm.tmpl b/index.htm.tmpl new file mode 100644 index 0000000..a9022d8 --- /dev/null +++ b/index.htm.tmpl @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="https://arf20.com/style.css"> + <title>ARFNET</title> + </head> + + <body> + <header><a href="http://arf20.com"> + <img src="http://arf20.com/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <h2 class="center">Status Monitor</h2> + <p>This webapp monitors the status of the main ARFNET services from outside the ARFNET network</p> + <table> + + </table> + </main> + </body> +</html> + -- 2.47.3
| [arfnet2-status PATCH 00/23] First release | arf20 <arf20@xxxxxxxxx> |