elstat/priv/frontend/public/index.html

17 lines
368 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-06-12 21:56:50 +00:00
<title>elstatus</title>
2018-07-13 19:32:29 +00:00
<meta name="description" content="monitoring your apps">
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>