/ Published in: HTML
This is a free gift to you folks ;)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="pt-BR" class="ie6 ielt8"> <![endif]--> <!--[if IE 7 ]> <html lang="pt-BR" class="ie7 ielt8"> <![endif]--> <!--[if IE 8 ]> <html lang="pt-BR" class="ie8"> <![endif]--> <html lang="pt-BR"> <head> <meta charset="utf-8" /> <meta name="keywords" content="" > <meta name="description" content="" > <link rel="stylesheet" href="style/style.css" /> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" /> <link rel="apple-touch-icon" href="img/favicon.png" /> <!--[if IE]> <script> document.createElement("header" ); document.createElement("footer" ); document.createElement("section"); document.createElement("aside" ); document.createElement("nav" ); document.createElement("article"); document.createElement("hgroup" ); document.createElement("time" ); </script> <![endif]--> <style> * { margin:0; padding:0; list-style:none; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display: block; } a{ text-decoration:none; } body{ background:#143246 url(../img/background.jpg) no-repeat center top; padding: 0; margin: 0; } /*******************************/ /* RECURSOS VISUAIS */ /*******************************/ .left{ float:left; } .right{ float:right; } </style> </head> <body> <!-- RICH SNIPPETS GOODRELATIONS --> <div xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:gr="http://purl.org/goodrelations/v1#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:vcard="http://www.w3.org/2006/vcard/ns#"> <div typeof="gr:BusinessEntity" about="#company"> <div rel="vcard:adr"> <div typeof="vcard:Address"> </div> </div> </div> </div <!-- RICH SNIPPETS GOODRELATIONS --> <div id="wrapper"> <div id="content"> <header id="main-header"> <hgroup> </hgroup> <nav> <ul id="navmenu"> </ul> </nav> </header> <section id="container"> <div id="top-container"> <ul> </ul> <aside> <form action="" method=""> <input type="text" name="" value="Busque" onfocus="if (this.value=='Busque') this.value=''" onblur="if (this.value=='') this.value='Busque'"/> <input type="submit" value="Pesquisar no site" /> </form> </aside> </div> <section id="content"> <article id="main-content"> <ul> </ul> <footer> <ul id="content-buttons"> </ul> </footer> </article> <aside> <figure> <figcaption>A view of the pulpit rock in Norway</figcaption> <img src="parceiros.jpg" width="300" height="90" /> </figure> <!-- SOME JQUERY PLUGIN --> </aside> </section> <footer> <ul> </ul> <address class="right"> Tel: (11) 3791-4433<br /> (16) 3172-7373<br /> Loja 01 - Rua André Saraiva, 589 - São Paulo - SP / Loja 02 - Rua Jorge Miguel Saad, 525 - Igarapava - SP</p> </address> </footer> </section> </div> </div> <!-- Insert Here Code Google Analytics --> <!-- END Code Google Analytics --> </body> </html>