storj/web/multinode/index.html

17 lines
621 B
HTML
Raw Normal View History

<!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>