-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
27 lines (23 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://use.fontawesome.com/b707a10f46.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<script src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://code.highcharts.com/stock/highstock.js"></script>
<script src="https://unpkg.com/vue-highcharts/dist/vue-highcharts.min.js"></script>
<script src="/static/vendor/highcharts/indicators/indicators.js"></script>
<script src="/static/vendor/highcharts/indicators/macd.js"></script>
<script src="/static/vendor/highcharts/indicators/ichimoku.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<title>Bitcoin, Crypto Currency News and financial charts</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>