3e2c101bd8
* V3-1152 Node bootstrap
13 lines
407 B
HTML
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> |