Advertisement
marcosvinicius

Untitled

Jun 10th, 2017
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Armazém Multimarcas</title>
  5. <meta charset="utf-8">
  6. <meta id="viewport" nome="viewport" content="width=device-widht, user-scalable-no">
  7. <link rel="stylesheet" type="text/css" href="css/style.css">
  8. </head>
  9. <body>
  10.  
  11. <div class="topo">
  12. <div class="topo_logotipo">
  13. <a href="index.html"><h1>ARMAZÉM MULTIMARCAS</h1></a>
  14. </div>
  15. <div class="redesocial">
  16. <a href="https://www.facebook.com/armazem2017/" target="_blank"><img src="img/facebook.png"></a>
  17. <a href="https://www.instagram.com/armazem2017/" target="_blank"><img src="img/instagram.png"></a>
  18. </div>
  19. </div>
  20.  
  21. <div class="painel"> <img src="img/armagem_logo.png"></div>
  22.  
  23. <div class="video">
  24. <video width="800" height="450" autoplay controls>
  25. <source src="video/video1" type="video/mp4">
  26. </video>
  27. </div>
  28.  
  29. <div class="email">
  30. <form method="POST">
  31. RECEBA NOSSO CATALOGO E NOVIDADES <br/>NO SEU E-MAIL: <br/><br>
  32. <input type="email" name="email" required><br/><br>
  33. <input type="submit" name="Enviar">
  34. </form>
  35. </div>
  36.  
  37. <div class="rodape">
  38. <div class="rede">
  39.  
  40. <a href="https://www.facebook.com/armazem2017/" target="_blank"> <img src="img/facebookr.png"></a>
  41. <a href="https://www.instagram.com/armazem2017/" target="_blank"> <img src="img/instagramr.png"> </a>
  42.  
  43. </div>
  44. <div class="info">
  45.  
  46.  
  47. Contato: 22 99219-9374<br>
  48. mvmdeveloper@gmail.com<br>
  49. Copyright© 2017 | Agência DEVELOPER
  50. </div>
  51. </div>
  52.  
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement