-
Notifications
You must be signed in to change notification settings - Fork 13
/
offline.html
36 lines (35 loc) · 1.05 KB
/
offline.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
<!--
/* Preço de Veículo - https://precodeveiculo.netlify.app
* https://github.com/giovanigenerali/precodeveiculo
* Developed by Giovani Generali - https://github.com/giovanigenerali
*/
-->
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Givoani Generali" />
<meta
name="description"
content="Consultar preços médios de veículos diretamente na FIPE."
/>
<link rel="shortcut icon" href="./images/logo.png" type="image/png" />
<link rel="apple-touch-icon" href="./images/logo.png" />
<title>Preço de Veículo</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif;
margin: 1rem;
}
</style>
</head>
<body>
<h1>Preço de Veículo</h1>
<p>
Para consultar os preços médios de veículos diretamente na FIPE você
precisa estar conectado.
</p>
</body>
</html>