storj/web/multinode/index.html
crawter 9ea147d234 web/multinode: initial app and configs
Change-Id: I96f8ebcedf982139ff0d263266f25dd63746091c
2020-12-17 19:46:56 +02:00

17 lines
621 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" href="" type="image/x-icon">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="Multinode Dashboard">
<link rel="shortcut icon" href="" type="image/x-icon">
<title>Multinode Dashboard</title>
</head>
<body>
<div id="app"></div>
</body>
</html>