Guest User

Untitled

a guest
Dec 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Document</title>
  8. <link href="estilos.css" rel="stylesheet" />
  9.  
  10. </head>
  11. <body>
  12. <header>
  13.  
  14. <a href="Trabalho%20Estrutura.html"><img src="Logo.png" id="logo"></a>
  15. <div id="menu">
  16. <a href="Trabalho%20Estrutura.html" id="inicio">Início</a>
  17. <a href="Eventos.html" id="menuoutro">Eventos</a>
  18. <a href="Oqfazemos.html" id="menuoutro">O que fazemos</a>
  19. <a href="Quem%20somos.html" id="menuoutro">Quem somos</a>
  20. <a href="Recursos.html" id="menuoutro">Recursos</a>
  21.  
  22. <button id="btn-login">Login </button>
  23. <input type="text" id="input_username" name="input_username" placeholder="Username">
  24. <input type="password" id="input_password" name="input_password" placeholder="Password">
  25. <button id="btn-donate">Donate </button>
  26. <button id="btn-logout">Donate </button>
  27. <div class="post_login_box" id="post_login_box">
  28. </div>
  29.  
  30. </div>
  31. </header>
  32.  
  33. <div id="titulo">
  34. <h1>Nos ajude a plantar mais de 20 milhões de árvores pelo mundo até 1° de Janeiro de 2020.</h1>
  35. </div>
  36.  
  37.  
  38. <footer>
  39. <div class="menubaixo">
  40. <a href="mailto:[email protected]" id="btn-contato">Nos contate</a>
  41. <p>-</p>
  42. <a href="mailto:[email protected]" id="btn-contato">Imprensa</a>
  43. </div>
  44.  
  45.  
  46. </footer>
  47.  
  48.  
  49. <script type="text/javascript" src="scriptss.js"></script>
  50.  
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment