-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (37 loc) · 1.82 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="index,follow">
<meta name="keywords" content="bitcoin, altcoin, shitcoin, turnover, exchange, compare, comparison, chart">
<meta name="description" content="cryptocurrency daily turnover rate chart">
<title>Cryptocurrency Daily Turnover Rate Chart</title>
<link href="static/css/styles.css" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="static/js/tickerchart.js"></script>
</head>
<body style="padding: 8px;">
<div class="se-pre-load"></div>
<div class="panel panel-primary">
<div class="panel-body">
<div class="row">
<div class="col-sm-12">
<div id="mainChart"></div>
</div>
</div>
</div>
<div class="panel-footer">
<span style="padding-bottom: 25px;">Data obtained from <a href="http://coinmarketcap.com">CoinMarketCap</a></span>
<span style="float: right;">
<a class="github-button" href="https://github.com/cryptomarket/mktcapturnover" aria-label="Fork cryptomarket/mktcapturnover on GitHub">Fork</a>
</span>
</div>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>