-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111541435-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111541435-1');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5477538871768170",
enable_page_level_ads: true
});
</script>
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"/>
<link type="text/css" rel="stylesheet" href="main.css" />
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-resource"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/VueCurrencyFilter.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
</head>
<body>
<div class="container">
<h3>MarketMoni</h3>
<h5>Chart</h5>
<div class="collection">
<a href="chart/upbit_coins.html" class="collection-item">Upbit</a>
<a href="chart/binance_coins.html" class="collection-item">Binance</a>
<a href="chart/kosdaq_stocks.html" class="collection-item">Kosdaq</a>
</div>
<h5>Coin Trend</h5>
<div class="collection">
<a href="exchange/coinmarketcap.html" class="collection-item">Global</a>
</div>
<h5>Coin Speeder</h5>
<div class="collection">
<a href="exchange/upbit_speed.html" class="collection-item">Upbit</a>
</div>
</div>
</body>
</html>