2018-06-12 21:56:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2018-07-13 19:32:29 +00:00
|
|
|
|
2018-07-17 01:32:29 +00:00
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml">
|
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.png" type="image/png">
|
|
|
|
|
|
|
|
<title>elstat</title>
|
|
|
|
<meta name="description" content="a status page for elixi.re">
|
2018-06-12 21:56:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
2018-07-17 01:32:42 +00:00
|
|
|
<style>
|
|
|
|
html, body, .javascript-notice {
|
|
|
|
width: 100%; height: 100%;
|
|
|
|
padding: 0; margin: 0;
|
|
|
|
font: 24px system-ui, sans-serif;
|
|
|
|
}
|
|
|
|
.javascript-notice {
|
|
|
|
display: flex; justify-content: center; align-items: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class="javascript-notice">
|
|
|
|
javascript is required
|
|
|
|
</div>
|
2018-06-12 21:56:50 +00:00
|
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|