elstat/priv/frontend/public/index.html

20 lines
519 B
HTML
Raw Normal View History

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-13 19:32:29 +00:00
enable javascript
2018-06-12 21:56:50 +00:00
</noscript>
<div id="root"></div>
</body>
</html>