It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://husk.org/?view=atom

  1. <!DOCTYPE html>
  2. <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  <meta content="text/html; charset=utf-8" http-equiv="content-type" />
  5.  
  6.  <title>husk.org. for a while.</title>
  7.  <link href="/collected.css" media="screen" type="text/css" rel="stylesheet" />
  8.  
  9.  <meta name="author" content="Paul Mison" />
  10.  <meta name="description" content="Paul Mison, elsewhere." />
  11.  <meta name="keywords" content="" />
  12.  
  13.  <style type="text/css">
  14.    body { height: 100%; }
  15.    #big { color: #00f;
  16.           font-size: 76px;
  17.           font-weight:600;
  18.           line-height: 0.8em;
  19.           letter-spacing: -0.05em;
  20.           height: 100%; }
  21.    #big a:hover { color: #66f; background: none; }
  22.  </style>
  23.  
  24.  <script type="text/javascript">
  25.    function grow() {
  26.      var big = document.getElementById("big");
  27.  
  28.      var width = window.innerWidth-20;
  29.      var height = window.innerHeight - big.offsetTop;
  30.  
  31.      var ratio = Math.min(width/big.offsetWidth, height/big.offsetHeight)
  32.      var fontsize = 76*ratio
  33.  
  34.      big.style.fontSize = fontsize+"px";
  35.    }
  36.  </script>
  37.  
  38. </head>
  39. <body onload="grow()" onresize="grow()">
  40.  
  41. <div id="wrap">
  42.  <div class="header">
  43.    <h1>husk.org. <span class="sub">until this gets fixed, my stuff elsewhere</span></h1>
  44.  </div>
  45.    
  46.  <div id="content">
  47.    <span id="big">
  48.      <a href="http://flickr.com/photos/blech/" rel="me">Flickr</a>&nbsp;&<br>
  49.      <a href="http://twitter.com/blech" rel="me">Twitter</a>&nbsp;&<br>
  50.      <a href="http://ffffound.com/home/blech/" rel="me">ffffound</a>&nbsp;&<br>
  51.      <a href="http://notes.husk.org/" rel="me">Tumblr</a>&nbsp;&<br>
  52.      <a href="http://instagram.com/blech" rel="me">Instagram</a>&nbsp;&<br>
  53.      <a href="http://pinterest.com/blech/" rel="me">Pinterest</a><br>
  54.    </span>
  55.  
  56.  </div>
  57. </div>
  58. </body>
  59. </html>
  60.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda