mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 09:46:09 +00:00
16 lines
362 B
HTML
16 lines
362 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="connectionStatus" class="is-connecting"></div>
|
|
|
|
<div id="blockList"></div>
|
|
|
|
<script src="bundle.js"></script>
|
|
<script>require('main.js');</script>
|
|
</body>
|
|
</html>
|