Guest User

Untitled

a guest
Dec 4th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.01 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <title>Home</title>
  4.     <link rel="stylesheet" type="text/css" href="style.css">
  5.   </head>
  6.   <body>
  7.     <h1>Hello</h1>
  8.     <div class="all">
  9.       <div class="google">
  10.         <h3>google</h3>
  11.       </div>
  12.       <div class="links">
  13.         <a href="https://www.google.com"><p>google</p></a>
  14.         <a href="https://www.youtube.com/feed/subscriptions"><p>youtube</p></a>
  15.         <a href="https://drive.google.com/drive/my-drive"><p>drive</p></a>
  16.         <a href="https://mail.google.com/mail/u/0/#inbox"><p>gmail</p></a>
  17.         <a href="https://play.google.com/books"><p>books</p></a>
  18.       </div>
  19.     </div>
  20.     <div class="all">
  21.       <div class="reddit">
  22.         <h3>reddit</h3>
  23.       </div>
  24.       <div class="links">
  25.         <a href="https://www.reddit.com/"><p>front</p></a>
  26.         <a href="https://www.reddit.com/r/linux/"><p>/r/linux</p></a>
  27.         <a href="https://www.reddit.com/r/unixporn/"><p>/r/unixporn</p></a>
  28.         <a href="https://www.reddit.com/r/chemistry/"><p>/r/chemistry</p></a>
  29.       </div>
  30.     </div>
  31.     <div class="all">
  32.       <div class="programming">
  33.         <h3>programming</h3>
  34.       </div>
  35.       <div class="links">
  36.         <a href="https://github.com/"><p>github</p></a>
  37.         <a href="https://www.codecademy.com/learn"><p>codecademy</p></a>
  38.         <a href="http://stackoverflow.com/"><p>stack overflow</p></a>
  39.       </div>
  40.     </div>
  41.     <div class="all">
  42.       <div class="gaming">
  43.         <h3>gaming</h3>
  44.       </div>
  45.       <div class="links">
  46.         <a href="http://store.steampowered.com/"><p>steam</p></a>
  47.         <a href="https://www.gog.com/"><p>gog</p></a>
  48.       </div>
  49.     </div>
  50.     <div class="all">
  51.       <div class="linux">
  52.         <h3>linux</h3>
  53.       </div>
  54.       <div class="links">
  55.           <a href="https://wiki.archlinux.org/"><p>archwiki</p></a>
  56.           <a href="https://aur.archlinux.org/"><p>aur</p></a>
  57.           <a href="https://forum.antergos.com/"><p>antergos</p></a>
  58.       </div>
  59.     </div>
  60.   </body>
  61. </html>
Add Comment
Please, Sign In to add comment