-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xhtml
58 lines (46 loc) · 1.38 KB
/
index.xhtml
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
<!DOCTYPE html>
<html lang="pt-br" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="quanto custa para fazer"/>
<link rel="stylesheet" type="text/css" href="index.css"/>
<title>Quanto Custa ?ara</title>
</head>
<body>
<div id="wrapper">
<header>
<h1 >QuantoCustaPara...</h1>
<aside>
<a rel="external" href="#">Login com Facebook</a>
</aside>
<aside class="widget">
<form action="#" class="searchform">
<input type="search" results="10" placeholder="Search..." />
<input type="submit" value="Search" />
</form>
</aside>
</header>
<div id="core" class="clearfix">
<section id="left">
<p>some content here.</p>
</section>
<section id="right">
<p>but some here as well!</p>
</section>
</div>
<footer>
<nav>
<ul>
<li><a rel="external" href="#">© 2012 QuantoCustaPara</a></li>
<li><a rel="external" href="#">Sobre</a></li>
<li><a rel="external" href="#">Midia</a></li>
<li><a rel="external" href="#">Blog</a></li>
<li><a rel="external" href="#">Termos</a></li>
<li><a rel="external" href="#">Privacidade</a></li>
<li><a rel="external" href="#">Fale Conosco</a></li>
</ul>
</nav>
</footer>
</div>
</body>
</html>