storj/web/satellite/index.html
Nikolay Yurchenko 64e2ca6f42
Satellite project details markup, adaptation and tests fixes (#704)
* [V3-770] user settings markup updated

* naming refactoring acc to BEM

* [V3-767] added project details markup, created media rules, existing tests fixed
2018-11-23 17:48:11 +02:00

12 lines
323 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;">
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>