-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
27 lines (25 loc) · 1.08 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Coinpaprika widget</title>
<style>
body.night-mode {
background: #252525;
}
body {
padding: 50px;
}
</style>
</head>
<body class="night-mode">
<div data-currency-list='["btc-bitcoin", "eos-eos", "eth-ethereum", "xrp-xrp", "bch-bitcoin-cash", "ada-cardano", "xem-nem", "neo-neo", "xlm-stellar", "btg-bitcoin-gold", "etc-ethereum-classic", "steem-steem", "kcs-kucoin-shares", "bts-bitshares", "emc-emercoin", "gxs-gxchain", "game-gamecredits", "btx-bitcore", "thc-hempcoin", "cloak-cloakcoin", "dct-decent", "ecn-e-coin", "flo-flo", "oxy-oxycoin", "enrg-energycoin", "adc-audiocoin", "sprts-sprouts", "polis-polis"]'
class="coinpaprika-market-widget cp-widget__night-mode wordpress"></div>
<script type="text/javascript"
data-cp-market-widget='{
"origin-src": ".",
"language": "pl"
}'
src="./src/widget.js"></script>
<!--<script src="https://cdn.jsdelivr.net/npm/@coinpaprika/widget-market/dist/widget.min.js"></script>-->
</body>
</html>