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://www.dinbrief.de/rss.xml

  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>DINBrief - Unter neuer Führung</title>
  7.    <meta name="description" content="DINBrief bietet einen intuitiven Generator für die Erstellung und den Versand normgerechter Briefe nach DIN 5008. Erstellen Sie schnell und einfach private sowie geschäftliche Korrespondenz, Angebote, Rechnungen und Mahnungen.">
  8.    <meta name="keywords" content="DINBrief, DIN 5008, Briefe, Angebote, Rechnungen, Mahnungen, Generator, Versand">
  9.    <style>
  10.        body, html {
  11.            margin: 0;
  12.            padding: 0;
  13.            height: 100%;
  14.            display: flex;
  15.            flex-direction: column;
  16.            font-family: Arial, sans-serif;
  17.            line-height: 28px;;
  18.        }
  19.  
  20.        a {
  21.            color: #df6400;
  22.            text-decoration: none;
  23.        }
  24.  
  25.        .container {
  26.            flex: 1;
  27.            display: flex;
  28.            justify-content: center;
  29.            align-items: center;
  30.            text-align: center;
  31.        }
  32.  
  33.        .zentriertes-element {
  34.            max-width: 600px;
  35.            margin: 20px;
  36.            padding: 20px;
  37.        }
  38.  
  39.        img {
  40.            max-width: 100%;
  41.            height: auto;
  42.        }
  43.  
  44.        .footer {
  45.            width: 100%;
  46.            color: #000;
  47.            text-align: center;
  48.            padding: 10px 0;
  49.            position: sticky;
  50.            bottom: 0;
  51.            font-size: 14px;
  52.        }
  53.  
  54.        .footer p {
  55.            line-height: 6px;
  56.        }
  57.  
  58.        .footer a {
  59.            margin: 0 10px;
  60.            color: #000;
  61.            text-decoration: none;
  62.        }
  63.  
  64.        .footer a:hover {
  65.            text-decoration: underline;
  66.        }
  67.  
  68.    </style>
  69. </head>
  70. <body>
  71.    <div class="container">
  72.        <div class="zentriertes-element">
  73.            <h1>DINBrief - Briefe online erstellen</h1>
  74.            <p>DINBrief wurde kürzlich von <a href="https://www.hasewerk.de/">HASEWERK</a> übernommen und durchläuft eine umfassende Neugestaltung. In Kürze präsentiert sich unsere Plattform als zentrale Anlaufstelle für die Normierung privater und geschäftlicher Korrespondenz gemäß DIN 5008. Unser zukunftsorientiertes Angebot umfasst einen intuitiven Generator für die schnelle Erstellung normgerechter Briefe, inklusive der Option, diese direkt postalisch zu versenden. Darüber hinaus erweitern wir unser Portfolio um funktionale Tools für die Erstellung von Angeboten, Rechnungen und Mahnungen, um unseren Nutzern eine vollumfängliche Geschäftskommunikationslösung bereitzustellen.</p>
  75.        </div>
  76.    </div>
  77.    <div class="footer">
  78.        
  79.        <a href="https://www.hasewerk.de/datenschutz.html">Datenschutz</a>
  80.        <a href="https://www.hasewerk.de/impressum.html">Impressum</a>
  81.        <p>Copyright &copy; 2006 - 2024 DINbrief</p>
  82.    </div>
  83. </body>
  84. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda