yomomma56

startpage.html

Nov 16th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.66 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.   <link rel="stylesheet" href="startpage.css">
  5.   <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  6. </head>
  7. <body>
  8. <div>
  9. </div>
  10. <div id=main>
  11.   <div class=spcr>
  12.   </div>
  13.   <div class=spcr>
  14.   </div>
  15.   <form method="get" action="http://www.google.com/search" target="_blank">
  16.           <input type="text" name="q" placeholder="Search Google" class="search">
  17.   </form>
  18.   <div class=spcr>
  19.   </div>
  20.   <div id=links>
  21.   <div id=reddit>
  22.     <p id=header>Reddit</p><br>
  23.     <a  href="https://www.reddit.com/r/askreddit">AskReddit</a>
  24.     <div class=link_spcr>
  25.     </div>
  26.     <a  href="https://www.reddit.com/r/Debian">Debian</a>
  27.     <div class=link_spcr>
  28.     </div>
  29.     <a  href="https://www.reddit.com/r/unixporn">UnixPics</a>
  30.     <div class=link_spcr>
  31.     </div>
  32.     <a  href="https://www.reddit.com/r/videos">Videos</a>
  33.     <div class=link_spcr>
  34.     </div>
  35.     <a  href="https://www.reddit.com/r/rickandmorty">RickAndMorty</a>
  36.     <div class=link_spcr>
  37.     </div>
  38.     <a  href="https://www.reddit.com/r/linux">Linux</a>
  39.     <div class=link_spcr>
  40.     </div>
  41.     <a  href="https://www.reddit.com/r/startpages">StartPages</a>
  42.     <div class=link_spcr>
  43.     </div>
  44.   </div>
  45.   <div class=spcr_float>
  46.   </div>
  47.   <div id=google>
  48.     <p id=header>Other Stuff</p><br>
  49.     <a  href="http://mail.google.com">Gmail</a>
  50.     <div class=link_spcr>
  51.     </div>
  52.     <a  href="https://www.youtube.com/feed/subscriptions">Youtube</a>
  53.     <div class=link_spcr>
  54.     </div>
  55.     <a  href="https://boards.4chan.org/g/">/g/</a>
  56.   </div>
  57.   <div class=spcr_float>
  58.   </div>
  59. </div>
  60. </div>
  61. </body>
  62. </html>
Add Comment
Please, Sign In to add comment