You are on page 1of 1

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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>eBooks</title>
<meta name="keywords" content="Book, CSS, HTML, Josiel" />
<meta name="description" content="Book Store, Josiel" />
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Free CSS Templates from www.templatemo.com -->
<div id="templatemo_container">
<div id="templatemo_menu">
<ul>
<li><a href="index.php" class="current">Inicio</a></li>
<li><a href="#">Buscar</a></li>
<li><a href="#">eBooks</a></li>
<li><a href="#">Novidades</a></li>
<li><a href="#">Contato</a></li>
</ul>
</div> <!-- end of menu -->
<div id="templatemo_header">
<div id="templatemo_special_offers">
<p>
<span>Site em construo</span>
</p>
</div>

<div id="templatemo_new_books">Em breve teremos vrios eBooks </div>


</div> <!-- end of header -->
<div id="templatemo_content">
<div id="templatemo_content_left">
<div class="templatemo_content_left_section">
<h1>Categorias</h1>
<ul>
<li><a href="MVC/index.html?ebookId=42024" target="_blank">Java</a></li>
<li><a href="#">PHP</a></li>
<li><a href="#">Banco de Dados</a></li>
<li><a href="#">Engenharia</a></li>
<li><a href="#">Android</a></li>
<li><a href="#">CSS</a></li>
<li></li>
</ul>
</div>
<div class="templatemo_content_left_section">
<h1>Anuncios</h1>
<ul>
<li><a href="#">Anuncie aqui</a>></li>
</ul>
</div>
</div> <!-- end of content left -->

<div id="templatemo_content_right">
<div class="cleaner_with_height">&nbsp;<img src="images/es.jpg" width="665" height="480" longdesc="http://www.josielmoura.1br.net" />
</div>
59
</div> <!-- end of content right --></div> <!-- end of content -->
60
61
<div id="templatemo_footer">
62
Copyright 2012 |Desenvolvida por Josiel Moura
63
<?php include("contador.php"); ?>
64
</div> <!-- end of footer -->
65
66 </div> <!-- end of container -->
67 </body>
68 </html>

C:\wamp\www\book_store\index.php: 1/1

You might also like