Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. <style>
  6. body {
  7. background-color: black;
  8. text-align: center;
  9. color: #9a33ff;
  10. font-family: Arial, Helvetica, sans-serif;
  11. font-size: 140%;
  12. }
  13. a:link, a:visited, a:hover, a:active {
  14. color: #aa43ff;
  15. text-decoration: none;
  16. font-family: Arial, Helvetica, sans-serif;
  17. font-weight: bold;
  18. font-size: 150%;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23.  
  24. <h1>I</h1>
  25. <p>I can haz bookmarks</p>
  26. <div style="text-align:left;">
  27. <table>
  28. <tr>
  29. <td><a href="">VisiTOR Links</a></td><td>&nbsp &nbsp &nbsp A site containing many tor links</td>
  30. </tr>
  31. <tr>
  32. <td><a href="">Topic Links 2.0</a></td><td>&nbsp &nbsp &nbsp A collection of links on topic</td>
  33. </tr>
  34. </table>
  35. </div>
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement