-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
42 lines (38 loc) · 1.29 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!Docytpe html>
<html lang = "pt-BR">
<head>
<meta charset = "UTF-8">
<title>Unes - Contato</title>
</head>
<body background="imagens/fundo2.png">
<table border = "0" width = "900" align="center">
<tr><td height="89"><img src = "imagens/logo.png"></td><br>
<td align = "right">
<a href ="index.html"> Home | </a>
<a href ="quem-somos.html"> Quem somos |</a>
<a href ="contato.html">Contato</a><br>
</td>
</tr>
<tr><td colspan="2">
<h2>Entre em contato</h2>
<p> Lorem ipsum dolor sit amet, consectetur adipisci</p>
<hr>
<form>
Seu e-mail:<br>
<input type = "text" name="e-mail" value=""><br>
Assunto:<br>
<input type = "text" name="assunto" value=""><br>
Descrição:<br>
<textarea></textarea><br>
<input type ="submit" value = "enviar"><br>
</form>
</td>
</tr>
<tr>
<td colspan = "2" align = "center"><br>
<h4>Todos os direitos reservados</h4>
</td>
</tr>
</table>
</body>
</html>