Untitled
unknown
plain_text
6 days ago
1.1 kB
2
Indexable
<!DOCTYPE html> <html lang="Pt-Br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Queijo Canastrão</title> <link rel="stylesheet" href="style.css"> </head> <body> <header class="cabeçalho"> <img src="imagens/CanastraoLogoTopo.png" alt=""> <address> <p> Av. Gorgonzola, 235</p> <p><a href="Tel:(21) 91235-1235">Tel: (21) 91235-1235</a></p> <a href="mailto:contato@canastrao.com.br">Email:contato@canastrao.com.br </a> </address> </header> <hr class="linhazinha"> <main class="principal"> <table> <ul> <a href="canastrao.html"><li>Apresentação</li></a> <a href="queijos.html"><li>Queijos</li></a> <a href="harmonizazao.html"><li>Harmonização</li></a> <a href="pedidos.html"><li>Pedidos</li></a> </ul> <img src="imagens/CanastraoLogo.png" alt=""> </table> </main> </body> </html>
Editor is loading...
Leave a Comment