storj/web/operator/dist/index.html
Yehor Butko e5fd0287e4
V3-1819 Storage node operator server and service started (#2112)
* V3-1819 Storage node operator server and service started
2019-06-20 14:52:32 +03:00

11 lines
215 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Operator dashboard</title>
<script src="/static/dist/build.js"></script>
</head>
<body>
<h1>Hello, storagenode!</h1>
</body>
</html>