aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-10-20 21:00:07 +0200
committerarf20 <aruizfernandez05@gmail.com>2025-10-20 21:00:07 +0200
commitd3895a2203d6ff2965c8c6d4ff4314a690ae7767 (patch)
tree01ab64b4bc9678d8e00d79c240042e6f6eaead26
parente045d91dbdedc76dfb6d8538a49fcb69d493d3c6 (diff)
downloadarfnet2-status-d3895a2203d6ff2965c8c6d4ff4314a690ae7767.tar.gz
arfnet2-status-d3895a2203d6ff2965c8c6d4ff4314a690ae7767.zip
Add template
-rw-r--r--index.htm.tmpl23
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>
+