Colaboradores

quarta-feira, 31 de outubro de 2012

Site com frame para HTML


promo.htm
<html>
<body bgcolor="#457812" text="#98AFED"></br>
<center><img src="imagem\promo.jpg" width=300></center>
</body>
</html>
pacotes.htm
<html>
<body bgcolor="#457812" text="#98AFED"></br>
<center>
<img src="imagem\pacote1.jpg" width=300 height=400>
<img src="imagem\pacote2.jpg" width=300 height=400>
<img src="imagem\pacote3.jpg" width=300 height=400>
</center>
</body>
</html>
onde.htm
<html>
<body bgcolor="#457812" text="#98AFED" leftmargin="0" topmargin="0"></br>
<center>
<img src="imagem\fica01.png" height=400>
<img src="imagem\fica02.png" height=400>
<img src="imagem\fica03.png" height=400>
</center>
</body>
</html>
contato.htm
<html>
<body bgcolor="#457812" text="#98AFED" leftmargin="0" topmargin="0">
<table align="center">
<tr>
<td><img src="imagem/facebook.png" width=50></td>
</tr>
<tr>
<td><img src="imagem/fone.png" width=50></td>
<td>(x51) 3469.1818</td>
</tr>
<tr>
<td><img src="imagem/email.png" width=50></td>
</tr>
<tr>
<td colspan=2>Av. Flores da Cunha, 4001/261</br>
Shopping do Vale – Cachoeirinha/RS</br>
CEP: 95.950-001</td>
</tr>
</table>
</body>
</html>
geral.htm
<html>
<body bgcolor="#457812" text="#98AFED" leftmargin="0" topmargin="0" ></br></br>
<center>
<img src="imagem\principal.png">
</center>
</body>
</html>
header.htm
<html>
<body bgcolor="#457812" text="#98AFED" leftmargin="0" topmargin="0>
<center>
<img src="imagem\header.png">
</center>
</body>
</html>
menu.htm
<html>
<body bgcolor="#457812" text="#98AFED" leftmargin="0" topmargin="0" link="yellow" alink="white" vlink="red">
<center>
<font face="verdana">
:: [ <a href="geral.htm">HOME</a> ]
:: [ <a href="onde.htm">ONDE FICA</a> ]
:: [ <a href="promo.htm">PROMOÇÃO</a> ]
:: [ <a href="pacotes.htm">PACOTES</a> ]
:: [ <a href="contato.htm">FALE CONOSCO</a> ]
</font>
</center>
</body>
</html>
index.htm
<html>
<head>
<title>exemplo

</head>
<frameset rows="110,20,*">
    <frame name="topo" src="header.htm">
    <frame name="aqui" src="menu.htm">
    <frame name="conteudo" src="geral.htm">
</frameset>
</html>

Nenhum comentário:

Postar um comentário