-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.51 KB
/
index.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
<!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" ><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="author" content="Minoris" />
<meta name="description" content="Clube de compras Minoris. As melhoras marcas com até 90% de desconto." />
<meta name="keywords" content="Minoris clube de compras." />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" src="js/main.js"></script>
<title>Minoris</title>
</head>
<body>
<img alt="" src="images/logo.jpg" id="logo" />
<img alt="" src="images/intro.jpg" id="firstParagraph" />
<div id="secondParagraph"><img alt="" src="images/leave_email.jpg" /></div>
<div id="redBox">
<form name="myform" action="#">
<input type="text" id="email" name="email" value="" />
<input type="image" name="emailButton" id="emailButton" src="images/ok.jpg" value="Ok" alt="Ok" onmouseover="javascript:this.src='images/ook.jpg';" onmouseout="javascript:this.src='images/ok.jpg';" />
</form>
</div>
<div id="followUs">
<img alt="" src="images/followus.jpg" id="fuimg" />
<a href="http://twitter.com/MinorisClub"><img alt="" src="images/twitter.jpg" id="twitter" /></a>
<a href="http://www.facebook.com/pages/Minoris/112625272106782"><img alt="" src="images/facebook.jpg" /></a>
</div>
</body>
</html>