Guest User

startpage html

a guest
Apr 2nd, 2026
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 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, maximum-scale=5.0">
  6. <title>startpage</title>
  7. </head>
  8. <body>
  9. <link rel="stylesheet" href="style.css">
  10. <div id="img1">
  11. <a href="https://www.reddit.com/">
  12. <img src="https://img.icons8.com/?size=100&id=nudbJyiwsYUs&format=png&color=000000" alt="click to visit reddit.com">
  13. </a>
  14. </div>
  15. <div id="img2">
  16. <a href="https://github.com/GrayEve">
  17. <img src="https://img.icons8.com/?size=100&id=12599&format=png&color=000000" alt="click to visit github.com">
  18. </a>
  19. </div>
  20. <div id="img3">
  21. <a href="https://mail.proton.me/u/0/inbox">
  22. <img src="https://img.icons8.com/?size=100&id=b22i9tF4I4yn&format=png&color=000000" alt="click to visit protonmail">
  23. </a>
  24. </div>
  25.  
  26. <form method="get" action="https://duckduckgo.com">
  27. <input type="text" name="q">
  28. </form>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment