mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
📺 refactor to add webpack
This commit is contained in:
parent
561e3f3a76
commit
9cd22b19b2
10 changed files with 3963 additions and 191 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Dash transaction visualizer</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="dist/bundle.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="muteToggle"></div>
|
||||
|
@ -12,6 +12,6 @@
|
|||
<div id="transactionList"></div>
|
||||
|
||||
<script src="https://blockchain.masternode.io/socket.io/socket.io.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script src="dist/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue