Files
munin-bitcoin/web/index.html
T
Unheard0840 2fb18f9bb4 Add web/index.html
Create initial Munin Bitcoin web interface
2026-08-06 05:41:27 +00:00

16 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Munin Bitcoin</title>
</head>
<body>
<h1>Munin Bitcoin</h1>
<h2>Status</h2>
<p>🟢 Service: Running</p>
<p>Wallet: Not configured</p>
<p>Bitcoin node: Not connected</p>
</body>
</html>