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://drswkf.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.  <title> Deconstructing The Familiar Machine </title>
  7.  <style>
  8.    body {
  9.      font-family: Arial, sans-serif;
  10.      margin: 0;
  11.      padding: 0;
  12.      background: #f5f5f5;
  13.    }
  14.  
  15.    header {
  16.      background: #1e90ff; /* Blue header */
  17.      color: white;
  18.      text-align: center;
  19.      padding: 20px;
  20.    }
  21.  
  22.    .container {
  23.      display: flex;
  24.      max-width: 1200px;
  25.      margin: 20px auto;
  26.      gap: 20px;
  27.      padding: 0 15px;
  28.    }
  29.  
  30.    /* Main blog section */
  31.    .content {
  32.      flex: 3;
  33.      background: #fff;
  34.      padding: 20px;
  35.      border-radius: 12px;
  36.      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  37.    }
  38.  
  39.    .content h2 {
  40.      color: #1e90ff; /* Blue headings */
  41.      margin-bottom: 10px;
  42.    }
  43.  
  44.    .content p {
  45.      line-height: 1.6;
  46.    }
  47.  
  48.    /* Sidebar blogroll */
  49.    .sidebar {
  50.      flex: 1;
  51.      background: #fff;
  52.      padding: 20px;
  53.      border-radius: 12px;
  54.      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  55.    }
  56.  
  57.    .sidebar h3 {
  58.      color: #1e90ff; /* Blue sidebar heading */
  59.      margin-bottom: 15px;
  60.    }
  61.  
  62.    .sidebar ul {
  63.      list-style: none;
  64.      padding: 0;
  65.    }
  66.  
  67.    .sidebar ul li {
  68.      margin-bottom: 10px;
  69.    }
  70.  
  71.    .sidebar ul li a {
  72.      text-decoration: none;
  73.      color: #333;
  74.      transition: color 0.3s;
  75.    }
  76.  
  77.    .sidebar ul li a:hover {
  78.      color: #1e90ff; /* Blue hover */
  79.    }
  80.  
  81.    /* Responsive */
  82.    @media (max-width: 768px) {
  83.      .container {
  84.        flex-direction: column;
  85.      }
  86.    }
  87.  </style>
  88. </head>
  89. <body>
  90.  
  91.  <header>
  92.    <h1> Deconstructing The Familiar Machine </h1>
  93.    <p> "Analyzing the systems and stories we live by" </p>
  94.  </header>
  95.  
  96.  <div class="container">
  97.    <div class="content">
  98.      <h2> 28 Sep </h2>
  99.      <p>
  100.  
  101. <a href="https://aktualityin.eu">aktualityin.eu</a>
  102. <a href="https://4econom.cz">4econom.cz</a>
  103. <a href="https://4ekonom.cz">4ekonom.cz</a>
  104. <a href="https://muzisobe.cz">muzisobe.cz</a>
  105. <a href="https://5plus.cz">5plus.cz</a>
  106. <a href="https://abcfirmy.cz">abcfirmy.cz</a>
  107. <a href="https://aktuality247.cz">aktuality247.cz</a>
  108. <a href="https://aliving.cz">aliving.cz</a>
  109. <a href="https://automotonoviny.cz">automotonoviny.cz</a>
  110. <a href="https://bfin.cz">bfin.cz</a>
  111. <a href="https://cooldomov.cz">cooldomov.cz</a>
  112. <a href="https://dnesaktualne.cz">dnesaktualne.cz</a>
  113. <a href="https://businessnews.cz">businessnews.cz</a>
  114. <a href="https://novain.cz">novain.cz</a>
  115. <a href="https://elegantnidomov.cz">elegantnidomov.cz</a>
  116. <a href="https://ibydlet.cz">ibydlet.cz</a>
  117. <a href="https://ihned247.cz">ihned247.cz</a>
  118. <a href="https://itablet.cz">itablet.cz</a>
  119. <a href="https://kozliksikula.cz">kozliksikula.cz</a>
  120. <a href="https://magickydomov.cz">magickydomov.cz</a>
  121. <a href="https://prave.sk">prave.sk</a>
  122. <a href="https://fond.sk">fond.sk</a>
  123. <a href="https://azhome.sk">azhome.sk</a>
  124. <a href="https://www.stirivox.ro/">stirivox.ro</a>
  125.  
  126.     </p>
  127.    </div>
  128.  
  129.    <aside class="sidebar">
  130.      <h3>  </h3>
  131.      <ul>
  132.    
  133.      </ul>
  134.    </aside>
  135.  </div>
  136.  
  137. </body>
  138. </html>
  139.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda