storj/web/bootstrap/index.html
Yehor Butko 3e90b9e3b8
V3-1284 Node bootstrap web frontend (#1405)
* V3-1284 Node bootstrap web frontend
2019-03-05 13:19:43 +02:00

11 lines
258 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Storj Node Bootstrap</title>
</head>
<body>
<div id="app"></div>
</body>
</html>