storj/web/satellite/index.html

12 lines
334 B
HTML
Raw Normal View History

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