mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-26 23:56:10 +00:00
14 lines
481 B
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>
|