Vale 10

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>home</title>
</head>
<body>
<table border="0">
<tr >
<td colspan="2"><img src="fn.png" alt="" width="500"> </td>
<td colspan="2">R. Francisco Ribeiro 2, 1150-165 Lisbon, Portugal</td>
</tr>
<tr>
<th><a href="home.html">home</a></th>
<th><a href="planos.html"> planos</a></th>
<th><a href="localização.html">localização</a></th>
<th><a href="contato.html">contato</a></th>
</tr>
</table>
</body>
</html>

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>planos</title>
</head>
<body>
<img src="pn.png" alt="">
<table>
<tr>
<th><a href="home.html">home</a></th>
<th><a href="planos.html">planos</a></th>
<th><a href="localização.html">localização</a></th>
<th><a href="contato.html">contato</a></th>
</tr>
</table>
</body>
</html>

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>localização</title>
</head>
<body>
<div style="width: 100%"><iframe width="100%" height="600" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="https://maps.google.com/maps?width=100%25&amp;height=600&amp;hl=pt&amp;q=R.
%20Francisco%20Ribeiro%202,%201150-165%20Lisbon,%20Portugal+(Funer%C3%A1ria
%20%20Cristo%20Rei)&amp;t=&amp;z=15&amp;ie=UTF8&amp;iwloc=B&amp;output=emb
ed"><a href="https://www.gps.ie/golf-gps/">golf rangefinder</a></iframe></div>
<table>
<tr>
<th><a href="home.html">home</a></th>
<th><a href="planos.html">planos</a></th>
<th><a href="localização.html">localização</a></th>
<th><a href="contato.html">contato</a></th>
</tr>
</table>
</body>
</html>

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>localização</title>
</head>
<body>
<table>
<u>+55(35)9812-1231</u>
<tr>
<th><a href="home.html">home</a></th>
<th><a href="planos.html">planos</a></th>
<th><a href="localização.html">localização</a></th>
<th><a href="contato.html">contato</a></th>
</tr>
</table>
</body>
</html>

You might also like