-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (85 loc) · 2.35 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="estilo.css">
<link rel="icon"href="favicon.ico" type="image/ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NCLZ3E3L3D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NCLZ3E3L3D');
</script>
<!-- begin _includes/seo.html -->
<title>Ricardo Nieto Chavez | Informatica y Blog</title>
<meta name="description" content="Ricardo Nieto Chavez">
<meta property="og:type" content="WebPage">
<meta property="og:locale" content="en_Mx">
<meta property="og:site_name" content="Website| Informatica y Blog">
<meta property="og:title" content=" Ricardo Nieto Chavez ">
<meta property="og:url" content="https://rnch6.tech">
</head>
<header>
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js" async>
{
"symbols": [
{
"proName": "FOREXCOM:SPXUSD",
"title": "S&P 500"
},
{
"proName": "FOREXCOM:NSXUSD",
"title": "Nasdaq 100"
},
{
"proName": "FX_IDC:EURUSD",
"title": "EUR/USD"
},
{
"proName": "BITSTAMP:BTCUSD",
"title": "BTC/USD"
},
{
"proName": "BITSTAMP:ETHUSD",
"title": "ETH/USD"
},
{
"description": "USD/MX",
"proName": "FX:USDMXN"
},
{
"description": "Apple",
"proName": "NASDAQ:AAPL"
},
{
"description": "Amazon",
"proName": "NASDAQ:AMZN"
}
],
"showSymbolLogo": true,
"colorTheme": "dark",
"isTransparent": true,
"displayMode": "adaptive",
"locale": "en"
}
</script>
</div>
<nav>
<ul class="menu">
<li><a href="https://rnch6.tech/">Home </a></li>
<li><a href="https://rnchnews.tech/">News</a></li>
<li><a href="https://rnch6.tech/sat/">ISS</a></li>
<li > <a href="/links/">Links</a></li>
<li > <a href="/Libros/">Libros </a></li>
</ul>
</nav>
</header>
<body>
<h1 >WELCOME</h1>
<img src="RNCHNEWS.png">
</html>