19 lines
519 B
HTML
19 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<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">
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
enable javascript
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|