storj/web/satellite/index.html
Yehor Butko 3e2c101bd8
V3-1152 Node bootstrap web backend (#1327)
* V3-1152 Node bootstrap
2019-03-05 12:38:21 +02:00

13 lines
407 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 -->
<script type="text/javascript" src="/static/dist/build.js"></script>
</body>
</html>