-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
78 lines (64 loc) · 2.1 KB
/
contact.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!--
trabalho1.html
Copyright 2014 Luara <Luara@LUARA-PC>
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>MovieOn</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" href="image/favicon1.ico" >
<script type="text/javascript" src="js/index.js"></script>
<link rel="shortcut icon" href="image/favicon1.ico" >
</head>
<body>
<!-- Propaganda -->
<aside id="ladoDireito">
<a href="contact.html" ><img src="image/anun.jpeg" class="anuncio"/></a>
</aside>
<!-- Propaganda -->
<aside id="ladoEsquerdo">
<a href="contact.html" ><img src="image/anun.jpeg" class="anuncio"/></a>
</aside>
<!-- Cabeçalho -->
<div class="header">
<img src="image/onlinelogomaker-111014-1601.png" class="icone"/>
<h1></h1>
</div>
<!-- Barra de Menu -->
<nav class="menu">
<ul>
<a href="index.html" ><li>Home</li></a>
<a href="info.html" ><li>Informações</li></a>
<a href="contact.html" ><li>Contato</li></a>
</ul>
</nav>
<!-- Formulário -->
<section id="section" class="formulario">
<h2>Se você deseja nos sugerir um filme para nossa lista ou ter um anúncio em nosso site, envie-nos uma mensagem.
</h2>
<br/>
<form onsubmit="return onSubmitContact()">
<table id="table">
<tr>
<th><input type="text" id="nameUser" placeholder="Seu Nome"/></th>
</tr>
<tr>
<th><textarea id="text" rows="15" cols="72"> </textarea></th>
</tr>
<tr><th><input type="submit" id="enviar" value="Enviar"/></th></tr>
</table>
</form>
<br/>
</section>
<br/>
<footer class="footer">
<p>Desenvolvido por Luara Mineiro e Michelle Araujo</p>
<p>Copyright 2014</p>
</footer>
</body>
</html>