From 2fb18f9bb43b4d567d25a7278422983ed9c70576 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 05:41:27 +0000 Subject: [PATCH] Add web/index.html Create initial Munin Bitcoin web interface --- web/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/index.html diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..104ca20 --- /dev/null +++ b/web/index.html @@ -0,0 +1,16 @@ + + + + Munin Bitcoin + + +

Munin Bitcoin

+ +

Status

+ +

🟢 Service: Running

+

Wallet: Not configured

+

Bitcoin node: Not connected

+ + + \ No newline at end of file