Add web/index.html
Create initial Munin Bitcoin web interface
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user