mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-25 08:46:11 +00:00
feat:Add a Twitter card
This commit is contained in:
parent
e8f6b78fbe
commit
7d3cb00e85
3 changed files with 8296 additions and 1 deletions
BIN
app/assets/card.jpg
Normal file
BIN
app/assets/card.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 860 KiB |
|
@ -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>
|
||||
|
||||
|
|
8287
package-lock.json
generated
Normal file
8287
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue