mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
17 lines
443 B
HTML
17 lines
443 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dash transaction visualizer</title>
|
|
<link rel="stylesheet" href="bundle.css">
|
|
</head>
|
|
<body>
|
|
<div id="muteToggle"></div>
|
|
<div id="connectionStatus" class="is-connecting"></div>
|
|
|
|
<div id="transactionList"></div>
|
|
|
|
<script src="https://blockchain.masternode.io/socket.io/socket.io.js"></script>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|