diff options
Diffstat (limited to 'mod/lorea-status/www/index.html')
-rw-r--r-- | mod/lorea-status/www/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mod/lorea-status/www/index.html b/mod/lorea-status/www/index.html new file mode 100644 index 000000000..439edf2cc --- /dev/null +++ b/mod/lorea-status/www/index.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> +<head> +<title> Lorea Server Status </title> +<link rel="stylesheet" title="status" href="/status.css" /> +<link rel="home" title="lorea.org" href="https://lorea.org/" /> +</head> +<body> +<header> + <hgroup><h1>status.lorea.org</h1></hgroup> +</header> +<article id="main"> + <section id="info"> + <p>This is <a href="https://lorea.org/">lorea.org</a>'s servers status information, updated every 5 minutes.</p> + <p>Rendez-vous: <a href="irc:irc.freenode.net/lorea">#lorea channel</a> on Freenode IRC network.</p> + </section> + <section id="status"> + <p>Status service is not available at this time.</p> + <noscript><p>This page requires javascript to retrieve servers statuses.</p></noscript> + </section> + <section id="legend"> + <h4>Legend</h4> + <ul> + <li class="down"><a href="https://host-down.example.org/">host-down.example.org</a></li> + <li class="up"><a href="https://service-down.example.org/">service-down.example.org</a></li> + <li class="up running"><a href="https://service-running.example.org/">service-running.example.org</a></li> + </ul> + </section> +</article> +<script type="text/javascript" src="/jquery.js"></script> +<script type="text/javascript" src="/status.js"></script> +</body> +</html> |