Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <td> <a href="index.html"> <img src="11.jpg" width="150" height="150" align="center"> </a> </td>
  4. <td> <div class="dropdown">
  5. <button class="dropbtn">Rodzaje bab</button>
  6. <div class="dropdown-content">
  7. <a href="alternatywki.html">Alternatywki</a>
  8. <a href="niea.html">Nie Alternatywki</a>
  9. </div>
  10. </div>
  11. </td>
  12. <td> <div class="dropdown">
  13. <button class="dropbtn">Kontakt</button>
  14. <div class="dropdown-content">
  15. <form>
  16. <input type="button" value="Napisz do mnie" class="dropbtn" onclick="parent.location.href='mailto:tymoteusz.cich.cichocki@gmail.com'"</form>
  17. </div>
  18. </div>
  19. </td>
  20. </tr>
  21. </table>
  22. </tr>
  23. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement