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: https://ewatarczynska.pl/news/7w0h4u/

  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>503 Dienst nicht verfügbar</title>
  8.    <style>
  9.        body {
  10.            font-family: Arial, sans-serif;
  11.            background-color: #f2f2f2;
  12.            color: #333;
  13.            text-align: center;
  14.            padding: 50px;
  15.        }
  16.        .container {
  17.            max-width: 600px;
  18.            margin: auto;
  19.            background-color: #fff;
  20.            padding: 30px;
  21.            border-radius: 8px;
  22.            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  23.        }
  24.        h1 {
  25.            font-size: 48px;
  26.            margin-bottom: 20px;
  27.            color: #e74c3c;
  28.        }
  29.        p {
  30.            font-size: 18px;
  31.            margin-bottom: 30px;
  32.        }
  33.        .refresh-button {
  34.            background-color: #3498db;
  35.            color: white;
  36.            padding: 10px 20px;
  37.            text-decoration: none;
  38.            border-radius: 5px;
  39.            font-size: 16px;
  40.        }
  41.        .refresh-button:hover {
  42.            background-color: #2980b9;
  43.        }
  44.    </style>
  45.  
  46. </head>
  47. <body>
  48.    <div class="container">
  49.        <h1>503</h1>
  50.        <p>Dienst nicht verfügbar</p>
  51.        <p>Der Server ist vorübergehend nicht in der Lage, Ihre Anfrage aufgrund von Wartungsarbeiten oder Kapazitätsproblemen zu bearbeiten. Bitte versuchen Sie es später erneut.</p>
  52.        <a href="javascript:location.reload()" class="refresh-button">Erneut versuchen</a>
  53.    </div>
  54. </body>
  55. </html>
  56.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda