-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
22 lines (21 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>edgabaldi.github.io</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body class="pt-5">
<div class="container">
<div class="jumbotron">
<h1 class="display-4">Olá!</h1>
<p class="lead">Analise o contexto do mercado financeiro</p>
<hr class="my-4">
<p>Indices mundiais, cambio e calendário econômico, fornecido pelo Investing.</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="investing/index.html" target="_blank">Indicadores</a>
<a class="btn btn-outline-primary btn-lg" href="investing/calendar.html" target="_blank">Calendário Econômico</a>
</p>
</div>
</div>
<script type="text/javascript" src="investing/js/popup.js"></script>
</html>