dashboard/index.html
2020-12-01 17:47:52 +03:00

23 lines
777 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="favicon" type="image/ico" href="favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<title>Fluence Network Dashboard</title>
</head>
<body>
<script src="/bundle/bundle.js"></script>
<div id="root"></div>
</body>
</html>