Skip to content

Instantly share code, notes, and snippets.

Created August 1, 2015 23:17
Show Gist options
  • Save anonymous/d29c2b0060c8a0a6d0fb to your computer and use it in GitHub Desktop.
Save anonymous/d29c2b0060c8a0a6d0fb to your computer and use it in GitHub Desktop.
Dash ticker // source http://jsbin.com/werasikolo
<!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>
div {
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment