wtkd

template1.html

May 12th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Lemarc - Acrílico em detalhes</title>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.        
  7.         <link rel="stylesheet" href="css/estilos.css" type="text/css" media="screen" />
  8.        
  9.     </head>
  10.     <body>
  11.         <div id="envoltorio">
  12.             <div id="envoltorioTopo">
  13.                 <div id="banner">Banner</div>
  14.             </div>
  15.             <div>
  16.                 <div id="conteudo">
  17.                     <p>Container Conteudo</p>
  18.                 </div>
  19.             </div>
  20.         </div>
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment