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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>EduCitySport - Play Online Games & Compete</title>
  7.    <meta name="description" content="Join EduCitySport for a next-level gaming experience! Play top-rated online games, challenge players, and enjoy a seamless experience.">
  8.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css">
  9. </head>
  10. <body class="bg-dark text-white">
  11.    <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
  12.        <div class="container">
  13.            <a class="navbar-brand" href="#">EduCitySport</a>
  14.            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
  15.                <span class="navbar-toggler-icon"></span>
  16.            </button>
  17.            <div class="collapse navbar-collapse" id="navbarNav">
  18.                <ul class="navbar-nav ms-auto">
  19.                    <li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
  20.                    <li class="nav-item"><a class="nav-link" href="#play">Play Now</a></li>
  21.                    <li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
  22.                </ul>
  23.            </div>
  24.        </div>
  25.    </nav>
  26.    
  27.    <header class="text-center py-5 bg-secondary">
  28.        <div class="container">
  29.            <h1 class="display-4">Welcome to EduCitySport</h1>
  30.            <p class="lead">Dive into the best online gaming experience today!</p>
  31.            <a href="#play" class="btn btn-warning btn-lg mt-3">Start Playing</a>
  32.        </div>
  33.    </header>
  34.    
  35.    <section id="features" class="container my-5 text-center">
  36.        <h2 class="mb-4">Why Choose EduCitySport?</h2>
  37.        <div class="row">
  38.            <div class="col-md-4">
  39.                <div class="card bg-dark text-light p-3">
  40.                    <h3>Wide Game Selection</h3>
  41.                    <p>Enjoy action, sports, and strategy games in one place.</p>
  42.                </div>
  43.            </div>
  44.            <div class="col-md-4">
  45.                <div class="card bg-dark text-light p-3">
  46.                    <h3>Competitive Matches</h3>
  47.                    <p>Challenge friends and climb the leaderboards.</p>
  48.                </div>
  49.            </div>
  50.            <div class="col-md-4">
  51.                <div class="card bg-dark text-light p-3">
  52.                    <h3>Lag-Free Gameplay</h3>
  53.                    <p>Experience smooth and responsive gaming.</p>
  54.                </div>
  55.            </div>
  56.        </div>
  57.    </section>
  58.    
  59.    <section id="play" class="text-center py-5 bg-primary">
  60.        <div class="container">
  61.            <h2 class="mb-3">Ready to Play?</h2>
  62.            <p class="lead">Click the button below and start your gaming adventure.</p>
  63.            <a href="https://educitysport.com/" class="btn btn-warning btn-lg">Play Now</a>
  64.        </div>
  65.    </section>
  66.    
  67.    <footer id="contact" class="text-center py-4 bg-dark">
  68.        <p class="mb-0">&copy; 2025 EduCitySport. All rights reserved.</p>
  69.        <p><a href="/cdn-cgi/l/email-protection#fc8f898c8c938e88bc9998899f9588858f8c938e88d29f9391" class="text-light">Contact Us</a></p>
  70.    </footer>
  71.    
  72.    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
  73. </body>
  74. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda