Guest User

HTML

a guest
Aug 19th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.48 KB | None | 0 0
  1. <html>
  2.   <head>
  3.   <meta charset="UTF-8">
  4.   <link rel="shortcut icon" type="image/ico" href="favicon.gif" />
  5.   <link rel="stylesheet" type="text/css" href="css/global.css" />
  6.   <title>Home</title>
  7.   <img class=image-bottomleft src="images/lain.gif">
  8. </head>
  9.  
  10. <body>
  11. <div class=container>
  12. <h1>home</h1>
  13. <h3>video</h3>
  14. <dl>
  15. <dt><a href="https://youtube.com">youtube</a></dt>
  16. <!--<dt><a href="https://vid.me">vid.me</a></dt>-->
  17. </dl>
  18.  
  19. <h3>messaging</h3>
  20.   <a href="https://web.whatsapp.com">whatsapp</a>
  21.  
  22. <h3>boards</h3>
  23. <dl>
  24.   <dt><a href="https://4chan.org">4chan</a></dt>
  25.     <dd><a href="https://4chan.org/g/catalog">/g/</a></dd>
  26.     <dd><a href="https://4chan.org/v/catalog">/v/</a></dd>
  27.     <dd><a href="https://4chan.org/vg/catalog">/vg/</a></dd>
  28.     <dd><a href="https://4chan.org/bant/catalog">/bant/</a></dd>
  29.     <dd><a href="https://4chan.org/pol/catalog">/pol/</a></dd>
  30.   <dt><a href="https://reddit.com">reddit</a></dt>
  31.     <dd><a href="https://reddit.com/r/thinkpad">r/thinkpad</a></dd>
  32.     <dd><a href="https://reddit.com/r/unixporn">r/unixporn</a></dd>
  33.     <dd><a href="https://reddit.com/r/MechanicalKeyboards">r/mechanicalkeyboards</a></dd>
  34. </dl>
  35.  
  36. <h3>wikis</h3>
  37. <dt><a href="https://wikipedia.org">wikipedia</a></dt>
  38. <dt><a href="https://en.uncyclopedia.co">uncyclopedia</a></dt>
  39. <dt><a href="https://www.thinkwiki.org">thinkwiki</a></dt>
  40. <dt><a href="https://wiki.archlinux.org/">archwiki</a></dt>
  41. <dt><a href="https://wiki.debian.org/">debianwiki</a></dt>
  42. <br>
  43. </div>
  44. </body>
  45. </html>
Add Comment
Please, Sign In to add comment