aboutsummaryrefslogtreecommitdiff
path: root/mod/lorea-status/www/index.html
blob: 439edf2ccc1f8f9be2d9eaa8cafb0568722429c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>