Dash-price-widget/index.html
2016-05-08 19:13:43 -04:00

33 lines
1.1 KiB
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="usd"></div>
<script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script>
<h2>How to use this widget:</h2>
<p>Copy and paste the lines below to add this widget to your web page.</p>
<pre>
&lt;div data-dash-price-widget=&quot;usd&quot;&gt;&lt;/div&gt;<br/>&lt;script async type=&quot;application/javascript&quot; src=&quot;https://seigler.github.io/Dash-price-widget/scripts/app.js&quot;&gt;&lt;/script&gt;
</pre>
<p>You can also specify multiple currencies:</p>
<pre>
&lt;div data-dash-price-widget=&quot;usd eur cny&quot;&gt;&lt;/div&gt;<br/>&lt;script async type=&quot;application/javascript&quot; src=&quot;https://seigler.github.io/Dash-price-widget/scripts/app.js&quot;&gt;&lt;/script&gt;
</pre>
</body>
</html>