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

  1. <!DOCTYPE html>
  2. <html lang="ar" dir="rtl">
  3. <head>
  4.  <meta charset="UTF-8" />
  5.  <meta name="viewport" content="width=device-width, initial-scale=1" />
  6.  <title>٤٠٤ - الصفحة غير موجودة</title>
  7.  <link href="https://fonts.googleapis.com/css2?family=Amiri&display=swap" rel="stylesheet">
  8.  <style>
  9.    body {
  10.      margin: 0;
  11.      padding: 0;
  12.      background: linear-gradient(to bottom, #f3efe1, #e8dcc2);
  13.      font-family: 'Amiri', serif;
  14.      color: #5b4226;
  15.      text-align: center;
  16.      display: flex;
  17.      flex-direction: column;
  18.      justify-content: center;
  19.      align-items: center;
  20.      height: 100vh;
  21.    }
  22.  
  23.    h1 {
  24.      font-size: 6rem;
  25.      margin: 0;
  26.    }
  27.  
  28.    h2 {
  29.      font-size: 2rem;
  30.      margin: 10px 0;
  31.    }
  32.  
  33.    p {
  34.      font-size: 1.2rem;
  35.      margin-bottom: 30px;
  36.    }
  37.  
  38.    a {
  39.      padding: 12px 25px;
  40.      background-color: #a67c52;
  41.      color: white;
  42.      text-decoration: none;
  43.      border-radius: 8px;
  44.      font-size: 1rem;
  45.      transition: background-color 0.3s;
  46.    }
  47.  
  48.    a:hover {
  49.      background-color: #8b5e34;
  50.    }
  51.  </style>
  52. </head>
  53. <body>
  54.  <h1>٤٠٤</h1>
  55.  <h2>عذرًا، الصفحة غير موجودة</h2>
  56.  <p>يبدو أنك ضللت الطريق. دعنا نعيدك إلى الصفحة الرئيسية.</p>
  57.  <a href="/">العودة إلى الصفحة الرئيسية</a>
  58. </body>
  59. </html>
  60.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda