-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.25 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Css/img/calculadora.png" type="image/x-icon">
<link rel="stylesheet" href="Css/art.css">
<title>Calculadora de Idade</title>
</head>
<body>
<header>
<nav id="menu">
<ul id="menu-list">
<a href=""><li>INÍCIO</li></a>
<a href="View/sobre.html"><li>SOBRE</li></a>
<a href="View/calculadora.html"><li>CALCULADORA</li></a>
</ul>
</nav>
</header>
<section id="inicio">
<h1 id="tittle"><b>Calculadora</b><br> de Idade</h1>
</section>
<footer>
<div id="btn-links">
<a href="https://github.com/MaaMachado" target="_blank"><img src="Css/img/github.png" alt="Logo Rosa do GitHub"></a>
<a href="https://www.linkedin.com/in/mariaaamachado" target="_blank"><img src="Css/img/linkedin.png" alt="Logo Rosa do Linkedin"></a>
</div>
<div id="btn-by">
<h5>By Maria Alice Machado</h5>
</div>
</footer>
<script src="Controller/action.js"></script>
<script src="Controller/regular.js"></script>
</body>
</html>