storj/web/satellite/index.html
Yehor Butko 7b628e8af6
V3-763 Create logic for project details (#728)
* V3-763 Create logic for project details

* updating markup

* icon fixed
2018-11-28 18:20:23 +02:00

12 lines
334 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Storj Dev Panel</title>
</head>
<body style="margin: 0px !important; height: 100vh; zoom: 100%">
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>