-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (24 loc) · 1010 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
error_reporting(E_ALL);
include "_header.php";
include "_leftBar.php";
?>
<div id="center" class="content">
<div id="banner">
<div id="produto">
<script>
imagemRandom();
</script>
</div>
<div id="descricao"></div>
<div id="sobre">
<h3 style="margin-top:5px;">Quem somos.</h3>
<p>A loja online <bold>Sabores Alentejanos</bold> nasceu do sonho de voltar ás origens. Nascido e criado em Lisboa mas filho de alentejanos, o desejo de fazer vida no interior alentejano, foi estando presente em mim desde sempre.</p>
<br>
<p>Esta loja procura dar a conhecer os produtos desta terra, Vila Verde de Ficalho, e de outras em redor, a um vasto numero de consumidores, tanto a nivel nacional como internacional. <a style="color:#C15E21;padding-top:2px;" href="sobre.php">Ler mais...</a></p>
</div>
</div>
</div>
<?php
include "_footer.php";
?>