mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-27 08:06:09 +00:00
27 lines
692 B
HTML
27 lines
692 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Dash Price Widget | demo</title>
|
|
<meta name="description" content="Dash price widget">
|
|
<meta name="author" content="Joshua Seigler">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Dash Price Widget</h1>
|
|
|
|
<div data-dash-price-widget=""></div>
|
|
<script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script>
|
|
|
|
<pre>
|
|
<div data-dash-price-widget=""></div><br/><script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script>
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|