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://sattamatkaom.com/coronavirus-updates-live

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <link href="https://sattamatkaom.in/public/user/assets/images/favicon.png" rel="icon" type="image/x-icon">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>404 Not Found</title>
  8.    <style>
  9.        body {
  10.            font-family: 'Arial', sans-serif;
  11.            background-color: #f8f8f8;
  12.            color: #333;
  13.            text-align: center;
  14.            padding: 50px;
  15.            margin: 0;
  16.        }
  17.  
  18.        .container {
  19.            max-width: 600px;
  20.            margin: 0 auto;
  21.        }
  22.  
  23.        h1 {
  24.            color: #e44d26;
  25.            font-size: 8em;
  26.            margin: 0;
  27.        }
  28.  
  29.        p {
  30.            font-size: 1.2em;
  31.        }
  32.  
  33.        a {
  34.            color: #e44d26;
  35.            text-decoration: none;
  36.            font-weight: bold;
  37.        }
  38.  
  39.        a:hover {
  40.            text-decoration: underline;
  41.        }
  42.    </style>
  43. </head>
  44. <body>
  45.    
  46.    <div class="container">
  47.        <h1>404</h1>
  48.        <p>Oops! The page you're looking for could not be found.</p>
  49.        <p>Return to <a href="https://sattamatkaom.in/">home page</a>.</p>
  50.    </div>
  51. </body>
  52. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda