-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.12 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Fast Stats</title>
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<link rel="shortcut icon" href="./img/favicon-fast-stats.ico" type="image/x-icon">
</head>
<body>
<div class="home-video"></div>
<header class="navbar">
<a href="./index.html">
<img src="./img/menu fast stats.PNG" class="logo">
</a>
<ul class="menu">
<li><a href="./pages/descritiva.html">Descritiva</a></li>
<li><a href="./pages/probabilidade.html">Probabilidade</a></li>
<li><a href="./pages/correlacao.html">Correlação</a></li>
<li><a href="./pages/about.html">Sobre</a></li>
</ul>
</header>
</body>
</html>