Test

From CoinWiki
Revision as of 18:25, 26 July 2018 by QuintonP (talk | contribs)
Jump to: navigation, search

<!doctype html>

<html>

 <head>
  <meta http-equiv="refresh" content="60">
  <title>Crypto Dashboard</title>
     <style>
        .coinmarketcap-currency-widget {
           width: 45%;
           margin: 10px 1%;
           float: left;
       }
     </style>
 </head>
 <body>
    <script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
 </body>

</html>