Files
munin-bitcoin/web/index.html
T
Unheard0840 8db3d68efa Update web/index.html
Fix UTF-8 encoding in web interface
2026-08-06 05:47:24 +00:00

17 lines
286 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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>