Advertisement
Guest User

Untitled

a guest
Jan 15th, 2012
1,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.51 KB | None | 0 0
  1. <!-- example: http://pastehtml.com/view/bku8d8uhk.html -->
  2.  
  3. <!doctype html>
  4. <html>
  5.   <head>
  6.     <title>Stop SOPA</title>
  7.     <style>
  8.       body
  9.       {
  10.         background-color: black;
  11.         font-family: Arial, sans-serif;
  12.       }
  13.      
  14.       p
  15.       {
  16.         margin-top: 140px;
  17.         text-align: center;
  18.       }
  19.     </style>
  20.   </head>
  21.   <body>
  22.     <p><a href="http://americancensorship.org/"><img src="http://lorelle.files.wordpress.com/2012/01/stop-sopa.png?w=1024"></a></p>
  23.   </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement