Advertisement
Guest User

Homepage

a guest
Sep 25th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.26 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.     <title>Home</title>
  6.     <link rel="stylesheet" type="text/css" href="css.css">
  7.     <meta content="width=device-width" name="viewport" />
  8. </head>
  9. <body>
  10. <div id="contents">
  11. <div id="inner">
  12. <div id="searchbar">
  13.         <form class="searchForm" method="get" target="" action="https://google.com/search">
  14.       <input class="searchBar" id="goog" type="Search"  autocomplete="off" name="q" autofocus although placeholder="Google" />
  15.       </form>
  16. </div>
  17. <div id="block">
  18.     <ul>
  19.         <li class="title">Social</li>
  20.         <a href="https://www.facebook.com/home.php"><li class="link">Facebook</li></a>
  21.         <a href="https://twitter.com/"><li class="link">Twitter</li></a>
  22.     </ul>
  23. </div>
  24.  
  25. <div id="block">
  26.     <ul>
  27.         <li class="title">Shopping</li>
  28.         <a href="http://www.asos.com/men/"><li class="link">Asos</li></a>
  29.         <a href="http://www.routeone.co.uk/"><li class="link">Route One</li></a>
  30.         <a href="http://www.ebay.co.uk/"><li class="link">Ebay</li></a>
  31.         <a href="http://www.Ebuyer.co.uk/"><li class="link">Ebuyer</li></a>
  32.         <a href="http://www.amazon.co.uk/"><li class="link">Amazon</li></a>
  33.     </ul>
  34. </div>
  35. <div id="block">
  36.     <ul>
  37.         <li class="title">Games</li>
  38.         <a href="https://www.g2a.com/"><li class="link">G2a</li></a>
  39.         <a href="http://store.steampowered.com/"><li class="link">Steam</li></a>
  40.         <a href="https://www.humblebundle.com/"><li class="link">Humble Bundle</li></a>
  41.         <a href="http://www.gamersgate.co.uk/"><li class="link">GamersGate</li></a>
  42.         <a href="http://www.greenmangaming.com/"><li class="link">GMG</li></a>
  43.         <a href="https://www.reddit.com/r/gamedeals"><li class="link">Game Deals</li></a>
  44.     </ul>
  45. </div>
  46. <div id="block">
  47.     <ul>
  48.         <li class="title">Entertainment</li>
  49.         <a href="https://www.youtube.com/"><li class="link">Youtube</li></a>
  50.         <a href="http://www.twitch.tv/"><li class="link">Twitch</li></a>
  51.         <a href="http://www.netflix.com/"><li class="link">Netflix</li></a>
  52.     </ul>
  53. </div>
  54. <div id="block" style="margin-right:0px;">
  55.     <ul>
  56.         <li class="title">Forums</li>
  57.         <a href="http://www.reddit.com"><li class="link">Reddit</li></a>
  58.         <a href="http://www.4chan.org/"><li class="link">4chan</li></a>
  59.         <a href="http://hardforum.com/"><li class="link">Hard Forum</li></a>
  60.  
  61.     </ul>
  62. </div>
  63. </div>
  64. </div>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement