-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 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
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://img.icons8.com/?size=100&id=uJM6fQYqDaZK&format=png&color=000000" type="image/x-icon">
<title>IMC-TS</title>
<script type="module" src="/src/main.js" defer></script>
</head>
<body>
<header>
<h1>Índice de Massa Corporal</h1>
</header>
<form action="" method="post">
<div>
<label for="name">Nome</label>
<input type="text" name="name" id="name" placeholder="Primeiro Nome" required>
</div>
<div>
<label for="heigth">Altura</label>
<input type="number" name="heigth" id="heigth" required>
</div>
<div>
<label for="weight">Peso</label>
<input type="number" name="weight" id="weight" required>
</di
<form action="" method="post"></form>v>
</form>
<sevtion id="result"></sevtion>
</body>
</html>