1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>OneShotBlog(TM)</title>
<link rel="stylesheet" type="text/css" href="styles/reset.css" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
</head>
<body>
<div class="wrapper">
<div class="header">
<h1><a href="/index.html">One. Sh<span>o</span>t. Blog.</a></h1>
<ul>
<li><a href="/index.html">latest</a></li>
<li><a href="/about.html">about</a></li>
<li><a href="/help.html">help</a></li>
</ul>
</div>
<ul class="notifications">
<li class="footer">
<div>
<p>Software Copyright (C) 2009 Zed Shaw. Posts Copyright by their owners, sue them.</p>
</div>
</li>
</ul>
<div class="content">
<div class="post">
<h2>SPAM SPAM SPAM spam spam...</h2>
<p>Thanks for marking that as spam. Use your back button technology to continue with your day.</p>
<p>It won't go away for a little while, but unlike craigslist, we'll actually
train a real spam database and prevent future spam submissions like this.</p>
</div>
</div>
</div>
</body>
</html>
|