Created
August 1, 2015 23:17
-
-
Save anonymous/d29c2b0060c8a0a6d0fb to your computer and use it in GitHub Desktop.
Dash ticker // source http://jsbin.com/werasikolo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Dash ticker</title> | |
<style id="jsbin-css"> | |
div { | |
width: 200px; | |
} | |
</style> | |
</head> | |
<body> | |
<div><script type="text/javascript"> | |
crypt_single_base_currency = "Dash (DASH)";crypt_single_target_currency = "US Dollar (USD)";crypt_single_background_color = "#1c75bc";crypt_single_transperency = false;crypt_single_font_color = "#FFFFFF";</script><script type="text/javascript" src="https://www.cryptonator.com/ui/js/widget/single_widget.js"></script> | |
</div> | |
<script id="jsbin-source-css" type="text/css">div { | |
width: 200px; | |
}</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div { | |
width: 200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment