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>