<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Storage node</title><style>html{color-scheme:dark}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#0b0d10;color:#d8dee9;font:14px ui-monospace,SFMono-Regular,Menlo,monospace}.box{padding:28px 34px;border:1px solid #29313a;border-radius:12px;background:#11151a}.dot{display:inline-block;width:8px;height:8px;margin-right:10px;border-radius:50%;background:#55d187;box-shadow:0 0 14px #55d187}</style></head><body><div class="box"><span class="dot"></span>storage node is ready</div></body></html>