-
Notifications
You must be signed in to change notification settings - Fork 0
/
contatos.html
57 lines (39 loc) · 960 Bytes
/
contatos.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contatos</title>
<link rel="stylesheet" href="./styleBoxes.css">
</head>
<body>
<header>
<h1>Contatos</h1>
</header>
<hr>
<img src="./contactus.jpg" width="100%">
<hr>
<section style="width: 48%;">
<h1 style="color: cyan;">
Matheus Aranha Lopes
</h1>
<ul>
<li>Número Usp - 11221219</li>
<li>E-mail - [email protected]</li>
</ul>
</section>
<section style="width: 48%;">
<h1 style="color: cyan;">
Rafael Afonso Stettiner
</h1>
<ul>
<li>Número Usp - 11912189</li>
<li>E-mail - [email protected]</li>
</ul>
</section>
<hr>
<br>
<h2 style="color: cyan; text-align: center;">
Aguardamos seu contato, obrigado desde já!
</h2>
</body>
</html>