diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:01:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:01:34 -0300 |
commit | 4bd60b4f3f541c7af734ed40043e70c888450691 (patch) | |
tree | 443aa6ef394385e4e8be08aeda1aa672a359dd8f /www/index.html | |
download | elgg-4bd60b4f3f541c7af734ed40043e70c888450691.tar.gz elgg-4bd60b4f3f541c7af734ed40043e70c888450691.tar.bz2 |
Squashed 'mod/lorea-status/' content from commit 6189193
git-subtree-dir: mod/lorea-status
git-subtree-split: 6189193ac4771080871f6dab74853051f747490c
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 000000000..439edf2cc --- /dev/null +++ b/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> |