Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 18th, 2010 | Syntax: PHP | Size: 1.74 KB | Hits: 201 | Expires: Never
Copy text to clipboard
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <link rel="stylesheet" type="text/css" href="/index.css" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <title>Last Measure - Homepage</title>
  8. </head>
  9. <body>
  10. <div id="header">
  11.     <img src="images/lmlogo/lastmeasure-ghostwords.png" alt="last measure" />
  12.  
  13.         <div class="headerlinks">
  14.             <a href="/">home</a> | <a href="history.php">history of the site</a> | <a href="mirrors.php">mirrors</a> | <a href="download.php">downloads</a> | <a href="http://sam.zoy.org/lmos/" title="LastMeasure Operating System (external)">LMOS (external)</a>
  15.         </div>
  16. </div>
  17. <div id="columns">
  18. <!--content goes here-->
  19.  
  20. <p>Last Measure is the GNAA's world-renowned shock site. You are reading the main distribution page.</p>
  21. <p>The GNAA is a sponsor of the <a href="http://en.wikipedia.org/wiki/Shock_Site#Last_measure">Shock Site</a> and <a href="http://en.wikipedia.org/wiki/Gay Nigger Association of America">Gay Nigger Association of America</a> entries on Wikipedia</p>
  22. </div>
  23. <div id="footer">
  24.    <div style="text-align: left;"><a href="http://www.gnaa.us"><img src="images/gnaa.png" width="108" height="40"
  25.        alt="GNAA: Gay Nigger Association of America" title="GNAA: Gay Nigger Association of America" /></a>
  26.               <a href="http://validator.w3.org/check?uri=referer"><img
  27.               src="images/valid-xhtml10.png"
  28.               alt="Valid XHTML 1.0!" height="31" width="88" /></a>
  29. </div>
  30. Last Measure is a wholly owned subsidiary of the Gay Nigger Association of America. &copy; 2004 <a href="http://www.gnaa.us">GNAA</a>
  31. </div>
  32. </body>
  33. </html>