-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathmain.html
More file actions
28 lines (25 loc) · 1.09 KB
/
main.html
File metadata and controls
28 lines (25 loc) · 1.09 KB
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
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META name="description" content="View multiple Crypto Coins TradingView graphs at once. Customize graphs or view full screen. Add custom Alt Coins. All for free. 1x1 all the way up to 10x10 one page charts."
/>
<META name="keywords" content="Crypto, Altcoin, Ethereum, Bitcoin, TradingView, StockCharts, Charts, Candlestick Graph" />
<META name="robots" content="index, follow">
<TITLE>MCC - Crypto Charts</TITLE>
<LINK rel="shortcut icon" type="image/png" href="images/favicon.png">
<LINK href="css/main.css" rel="stylesheet">
<LINK href="css/baloon.css" rel="stylesheet">
<SCRIPT async src="https://www.googletagmanager.com/gtag/js?id=UA-107348406-1"></SCRIPT>
<SCRIPT>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) };
gtag('js', new Date());
gtag('config', 'UA-107348406-1');
if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent))
document.write('<script src="js/index.ie.js"><\/script>');
</SCRIPT>
</HEAD>
<SCRIPT>
location.href = `https://${location.host}/${location.search}`
</SCRIPT>
</HTML>