-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffline.html
39 lines (29 loc) · 1.2 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
37
38
39
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta name="author" content="@joyzinhw">
<meta name="description" content="codpet, um site para cadrastro de animais">
<meta name="keywords" content="sites, web, animais, cadrastro, adoção, localizacao">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="short icon" href="assets/img/icone.png">
<link rel="manifest" href="manifest.json">
<link rel="pwabuilder" href="pwabuilder-sw.js">
<link rel="stylesheet" href="assets/css/erro.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<title>404</title>
</head>
<body>
<div class="container">
<img src="assets/img/img1.svg" alt="">
<h1>A pagina se encontra indisponível</h1>
<div class="boton">
<button>Volte para tela inicial</button>
<a href="index.html"></a>
</div>
</div>
</body>
</html>