storj/web/operator/dist/index.html

11 lines
215 B
HTML
Raw Normal View History

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