Skip to content

Instantly share code, notes, and snippets.

@dongyi
Created September 20, 2017 07:02
Show Gist options
  • Save dongyi/7a1d1e6850464ddf8724bb4e5dfcc22d to your computer and use it in GitHub Desktop.
Save dongyi/7a1d1e6850464ddf8724bb4e5dfcc22d to your computer and use it in GitHub Desktop.
price
<html>
<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
<script>
$(document).ready(function(){
setTimeout(function() {
window.location.reload(1)
}, 20000);
});
</script>
<div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="USD" data-secondary="BTC"></div>
<div class="coinmarketcap-currency-widget" data-currency="firstblood" data-base="BTC" data-secondary="BTC"></div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment