diff options
Diffstat (limited to 'index.htm.tmpl')
| -rw-r--r-- | index.htm.tmpl | 23 |
1 files changed, 23 insertions, 0 deletions
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> + |
