Add web/index.html

Create initial Munin Bitcoin web interface
This commit is contained in:
2026-08-06 05:41:27 +00:00
parent b8895a61c3
commit 2fb18f9bb4
+16
View File
@@ -0,0 +1,16 @@
<!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>