-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
39 lines (33 loc) · 1.12 KB
/
Copy patherror.html
File metadata and controls
39 lines (33 loc) · 1.12 KB
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 charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erro de cadastro</title>
<!-- Custom styles-path -->
<link rel="stylesheet" href="css/style.css">
<!-- Font Awesome kit script -->
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<!-- Google Fonts Open Sans-->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="img/html-5.png">
</head>
<body>
<img class="wave" src="img/wave.svg">
<div class="container">
<div class="img">
<img src="img/sad_face.svg">
</div>
<div class="confirm-container">
<div class="content">
<h2>Não foi possível realizar o cadastro</h2>
<i class="fas fa-exclamation-circle"></i>
<div class="btn-container">
<a href="register.html" class="btn-action">Tentar novamente</a>
</div>
</div>
</div>
</div>
</body>
</html>