-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Web app TA Chart. The web app that gives the ability to explore technical analysis charts on data from varios data providers.">
<meta name="application-name" content="Web app TA Chart">
<meta name="summary" content="Web app TA Chart">
<meta name="url" content="https://zhnzhn.github.io/ta-chart/">
<title>TA Chart v0.3.0</title>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "WebApplication",
"name": "TA Chart",
"softwareVersion": "0.3.0",
"description": "Web app TA Chart. The web app that gives the ability to explore technical analysis charts on data from varios data providers.",
"author": {
"@type": "Person",
"name": "Yevhenii Molodyi"
},
"url": "https://zhnzhn.github.io/ta-chart/"
}</script>
<link rel="icon" href="/css/favicon.png" sizes="32x32" type="image/png">
<base target="_blank">
<link rel="stylesheet" href="css/app-eb8fe84be3.min.css">
</head>
<body>
<div id="app" class="app">
</div>
<!--googleoff: snippet-->
<noscript>
<div class="noscript__root">
<div class="noscript__header">
<h1 class="noscript__caption">TA Chart</h1>
</div>
<div class="noscript__msg">
<p>It seems JavaScript in your browser disabled or not supported.</p>
<br/>
<p>To use <a class="noscript__link" href=".">Web app TA Chart</a>, please, enable JavaScript in the browser and reload the page.</p>
</div>
</div>
</noscript>
<!--googleon: snippet-->
<script src="app/app_5bd38d476c034cd5b4a1.js" defer></script>
<script src="app/lib_f88ebd10aaa540770c44.js" defer></script>
</body>
</html>