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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <title>Admin Panel - Login</title>
  6.    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
  7.    <link rel="preconnect" href="https://fonts.googleapis.com">
  8.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9.    <link
  10.        href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap"
  11.        rel="stylesheet"
  12.    >
  13.    <link rel="stylesheet" href="static/css/login.css">
  14.    <style>
  15.        .username {
  16.            position: absolute;
  17.            top: 30px;
  18.            right: 30px;
  19.            font-size: 22px;
  20.        }
  21.    </style>
  22. </head>
  23. <body>
  24.    <div id="content">
  25.        <div id="main">
  26.            <div id="card">
  27.                <img width="200px" src="/static/favicon.ico">
  28.                <h1>PENTAGON STEALER</h1>
  29.                <form action="/login" method="post" autocomplete="off">
  30.                    <div>
  31.                        <label>Username:</label>
  32.                        <input type="text" name="username" autocomplete="off">
  33.                    </div>
  34.                    <div>
  35.                        <label>Password:</label>
  36.                        <input type="password" name="password">
  37.                    </div>
  38.                    <input type="hidden" name="returnto" value="dashboard">
  39.                    <button type="submit">Login</button>
  40.                </form>
  41.            </div>
  42.        </div>
  43.        <a>Contact</a>
  44.        <a href="https://t.me/fehlerfrei">@fehlerfrei</a>
  45.        <a> on Telegram to get Access.</a>
  46.    </div>
  47. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"5da6f04260e846b29ffa9e32fa4008a2","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  48. </body>
  49. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda