Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.29 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Landing page Teste 1</title>
  6. <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
  7. <link href="estilos/estilo.css" rel="stylesheet" type="text/css">
  8. </head>
  9.  
  10. <body>
  11.  
  12.     <div class="pagina">
  13.  
  14.             <div class="conteudo">
  15.                     <img src="imagens/logo.png" class="logo">
  16.                     <h1>Férias especiais com a CVC</h1>
  17.                     <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Sed adipisci, architecto.</p>
  18.                     <img src="imagens/img_promo.png" class="img_promo">
  19.             </div>
  20.  
  21.             <div class="promo">
  22.                     <h3>0800-4440000</h3>
  23.                     <a href="http://www.facebook.com" target="_blank"><img src="imagens/facebook.png"></a>
  24.                     <a href="http://www.google.com" target="_blank"><img src="imagens/google-plus.png"></a>
  25.                     <a href="http://www.twitter.com" target="_blank"><img src="imagens/twitter.png"></a>
  26.                     <a href="http://www.youtube.com" target="_blank"><img src="imagens/youtube.png"></a>
  27.             </div>
  28.  
  29.             <div class="rodape">Copyright 2018 - Todos os direitos reservados. Promoção enquanto durarem os estoques.</div>
  30.     </div>
  31.  
  32. </body>
  33.  
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement