-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tela_Chegada.html
30 lines (30 loc) · 1 KB
/
Tela_Chegada.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>Chegada</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/chegou_destino.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>
Você chegou ao seu destino!
</h1>
</header>
<main>
<img src="img/destino.png" alt="mapa do destino">
<p class="options">
<a href="Tela_Feedback.html">
Conte-nos sobre sua experiência
</a><br>
<a href="Tela_Home.html">
Voltar para página inicial
</a>
</p>
</main>
</body>
</html>