-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
23 lines (23 loc) · 846 Bytes
/
contato.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<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="stylesheet" href="./reset.css" />
<link rel="stylesheet" href="./style.css" />
<title>E-mail Enviado</title>
<style>
body {
background-color: #ffffff;
}
</style>
</head>
<body>
<div class="sucesso-container">
<img src="./images/logo_email.png" alt="logo email enviado" />
<h1 class="sucesso-text">E-Mail Enviado com Sucesso</h1>
<a class="sucesso-link" href="https://marceloicampos.github.io/challenge-oracle-front-end">← Voltar para o Portfolio</a>
</div>
</body>
</html>