Skip to content

Instantly share code, notes, and snippets.

@UdjinM6
Forked from anonymous/index.html
Last active August 29, 2015 14:26
Show Gist options
  • Save UdjinM6/46318e0882f761810ef5 to your computer and use it in GitHub Desktop.
Save UdjinM6/46318e0882f761810ef5 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