-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.htm
41 lines (41 loc) · 1.48 KB
/
index.htm
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
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Service Status Information</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="static/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="static/status.css" />
<script type="text/javascript" src="static/ajax.js"></script>
<script type="text/javascript" src="static/status.js"></script>
<meta name="description" content="Track current status information and report problems." />
<meta name="robots" content="noindex,nofollow" />
</head>
<body onload="services.init();">
<div id="center-wrap">
<div id="center-box">
<h1>Status Overview</h1>
<!--
<div class="service">
<img src="static/failed.svg" class="service-image" />
<div class="service-text">
<div class="service-meta">
<h1>DNS</h1>
Loest Hostnamen nach IP-Adressen auf.
</div>
<div class="service-info">
Letzter Status: Dependency Problems<br/>
Letzter Check: datetime<br/>
Letzte Statusaenderung: datetime<br/>
Probleme gemeldet seitdem: 123 (Acknowledged)
</div>
<div class="service-buttons">
<a class="button" href="#">Ist kaputt</a>
</div>
</div>
</div>
//-->
</div>
</div>
</body>
</html>