<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EduCitySport - Play Online Games & Compete</title>
<meta name="description" content="Join EduCitySport for a next-level gaming experience! Play top-rated online games, challenge players, and enjoy a seamless experience.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css">
</head>
<body class="bg-dark text-white">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="#">EduCitySport</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#play">Play Now</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="text-center py-5 bg-secondary">
<div class="container">
<h1 class="display-4">Welcome to EduCitySport</h1>
<p class="lead">Dive into the best online gaming experience today!</p>
<a href="#play" class="btn btn-warning btn-lg mt-3">Start Playing</a>
</div>
</header>
<section id="features" class="container my-5 text-center">
<h2 class="mb-4">Why Choose EduCitySport?</h2>
<div class="row">
<div class="col-md-4">
<div class="card bg-dark text-light p-3">
<h3>Wide Game Selection</h3>
<p>Enjoy action, sports, and strategy games in one place.</p>
</div>
</div>
<div class="col-md-4">
<div class="card bg-dark text-light p-3">
<h3>Competitive Matches</h3>
<p>Challenge friends and climb the leaderboards.</p>
</div>
</div>
<div class="col-md-4">
<div class="card bg-dark text-light p-3">
<h3>Lag-Free Gameplay</h3>
<p>Experience smooth and responsive gaming.</p>
</div>
</div>
</div>
</section>
<section id="play" class="text-center py-5 bg-primary">
<div class="container">
<h2 class="mb-3">Ready to Play?</h2>
<p class="lead">Click the button below and start your gaming adventure.</p>
<a href="https://educitysport.com/" class="btn btn-warning btn-lg">Play Now</a>
</div>
</section>
<footer id="contact" class="text-center py-4 bg-dark">
<p class="mb-0">© 2025 EduCitySport. All rights reserved.</p>
<p><a href="/cdn-cgi/l/email-protection#fc8f898c8c938e88bc9998899f9588858f8c938e88d29f9391" class="text-light">Contact Us</a></p>
</footer>
<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>
</body>
</html>