-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
85 lines (67 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Personal Finances Apps - Ezequiel Leonardo Castaño</title>
<!-- Meta -->
<meta name="name" content="Personal Finances Apps - Ezequiel Leonardo Castaño">
<meta name="description"
content="This is a compilation of simple apps for support in the decision making of personal finance decisions, with a focus on investing - Ezequiel Leonardo Castaño">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="image" content="https://elc.github.io/finance-tools/header_image.png">
<!-- Google Verification -->
<meta name="google-site-verification" content="UKZ1mYz9vI6xkYtBnIQL-cjCusUxX-2fKT7wdtJEdZU" />
<!-- Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Personal Finance Tools - Ezequiel Leonardo Castaño" />
<meta property="og:description"
content="This web app have several finance tools to help taking decision in personal finances- Ezequiel Leonardo Castaño" />
<meta property="og:site_name" content="Ezequiel Leonardo Castaño Personal Website" />
<meta property="og:url" content="https://elc.github.io/finance-tools/" />
<meta property="og:image" content="https://elc.github.io/finance-tools/header_image.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ezequiel Leonardo Castaño Personal Website">
<meta name="twitter:description"
content="Ezequiel Leonardo Castaño Personal Website - In this website you will find post about christianity, programming and math">
<meta name="twitter:url" content="https://elc.github.io/finance-tools/">
<meta name="twitter:image" content="https://elc.github.io/finance-tools/header_image.png">
<!-- Feed -->
<link rel="alternate" type="application/atom+xml" href="http://feeds.feedburner.com/ELCWEB"
title="Ezequiel Leonardo Castaño Personal Website Atom Feed" />
<link rel="alternate" type="application/atom+xml" href="http://feeds.feedburner.com/feeds/all.atom.xml"
title="Ezequiel Leonardo Castaño Personal Website Atom Feed" />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="https://elc.github.io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://elc.github.io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://elc.github.io/favicon-16x16.png">
<link rel="manifest" href="https://elc.github.io/site.webmanifest">
<link rel="mask-icon" href="https://elc.github.io/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#ffffff">
<style>
body {
margin: 0;
}
iframe {
display: block;
background: #000;
border: none;
height: 100vh;
width: 100vw;
}
</style>
</head>
<body>
<iframe src="https://share.streamlit.io/elc/finance-tools/Home.py?embedded=true"> Your browser doesn't support iframes
</iframe>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y3GBPLEV2K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-Y3GBPLEV2K');
</script>
</body>
</html>