29 lines
379 B
HTML
29 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Munin Bitcoin</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Munin Bitcoin</h1>
|
|
|
|
<h2>Service</h2>
|
|
<p>🟢 Running</p>
|
|
|
|
<h2>Bitcoin Node</h2>
|
|
<p>⚪ Not connected</p>
|
|
|
|
<h2>Wallet</h2>
|
|
<p>⚪ Not configured</p>
|
|
|
|
<h2>Statistics</h2>
|
|
<p>Labels: 0</p>
|
|
<p>Transactions: 0</p>
|
|
|
|
<h2>Last scan</h2>
|
|
<p>Never</p>
|
|
|
|
</body>
|
|
</html> |