mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
parent
4ff09d7844
commit
2bfea3da14
4 changed files with 1165 additions and 835 deletions
10
index.html
10
index.html
|
@ -4,7 +4,15 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Dash transaction visualizer</title>
|
||||
<link rel="stylesheet" href="bundle.css">
|
||||
</head>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@seiglerj" />
|
||||
<meta property="og:url" content="https://seigler.github.io/dash-visualizer/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Dash transaction visualizer" />
|
||||
<meta property="og:description" content="Dash blockchain art and visualizer" />
|
||||
<meta property="og:image" content="https://seigler.github.io/dash-visualizer/card.jpg" />
|
||||
<meta property="twitter:image:alt" content="A square canvas covered with Pollock-style paint splashes" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="connectionStatus" class="is-connecting"></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue