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
File diff suppressed because one or more lines are too long
BIN
card.jpg
Normal file
BIN
card.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 860 KiB |
|
@ -4,6 +4,14 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Dash transaction visualizer</title>
|
<title>Dash transaction visualizer</title>
|
||||||
<link rel="stylesheet" href="bundle.css">
|
<link rel="stylesheet" href="bundle.css">
|
||||||
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="connectionStatus" class="is-connecting"></div>
|
<div id="connectionStatus" class="is-connecting"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue