Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="description" content="Boogle">
  6. <meta name="keywords" content="search, boogle">
  7. <title>Boogle</title>
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div class="search" id="searchform" style="margin-top:-20px">
  14. <center>
  15. <div id="logo">
  16. <style>#lga{height:233px;margin-top:89px}</style>
  17. <img class="image" src="boogle.png" style="padding-top:109px">
  18. </div>
  19. <div>
  20. <input type="text" id="search">
  21. <div id="buttons" style="padding-top: 18px;">
  22. <input class="option" type="button" value="Boogle search">
  23. <input class="option" type="button" value="I'm feeling lucky">
  24. </div>
  25. </div>
  26. <div class="list" id="additional_languges" style="padding-top: 18px;">Offered by Boogle in:
  27. <a href>català</a>
  28. <a href>galego</a>
  29. <a href>euskara</a>
  30. </div>
  31. </center>
  32. </div>
  33. <div id="footer" >Boogle, Inc. 2019</div>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement