-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tela_ParaOnde.html
30 lines (30 loc) · 1.05 KB
/
Tela_ParaOnde.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>
<title>Para Onde</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/paraonde.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1> Insira a sua localização ou selecione da lista </h1>
</header>
<main>
<input type = "text"> <br>
<h2> Histórico</h2>
<form>
<input type="checkbox">
<label> Rua Azul 3</label><br>
<input type="checkbox">
<label> Avenida do Comércio 123</label><br>
</form>
<a href="Tela_Deficiencia.html">
Continuar
</a>
</main>
</body>
</html>