-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchart.html
37 lines (32 loc) · 1.14 KB
/
chart.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">
<title>coinpricecompare</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<script type="text/javascript" src="assets/charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="assets/datafeeds/udf/dist/polyfills.js"></script>
<script type="text/javascript" src="assets/datafeeds/udf/dist/bundle.js"></script>
<link rel="stylesheet" href="assets/css/main.css"/>
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css"/>
</noscript>
<script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script>
</head>
<body>
<article id="first" class="container box style1 right">
<div class="ana">
<img src="images/ana.png" alt="">
</div>
<h1 style=" /* position: relative; */
text-align: center;
margin-bottom: 128px;
margin-top: -186px;
color: white;
font-size: 70px;
}">Start Right Now!</h1>
<script src="assets/js/chart.js"></script>
</article>
</body>
</html>