Dash-price-widget/assets/index.html

14 lines
481 B
HTML

<style>
@import 'styles/styles.css';
</style>
<form class="dash-ticker">
<div class="dash-ticker--title">Dash Price</div>
<div id="dash-ticker--price-container" title="Click to change currency">
<input type="radio" name="currency" id="USD" checked />
<label>
<span class="dash-ticker--price">Loading...</span>
<span class="dash-ticker--currency"></span>
</label>
</div>
</form>
<script src="scripts/app.js"></script>