File: /home/bigfreeodds/public_html/wp-content/public/scores/leagues.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Leagues — Browse Competitions</title>
<meta name="description" content="Browse football leagues and competitions." />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body data-page="leagues">
<div class="app">
<header class="topbar">
<h1>LEAGUES</h1>
<a class="icon-btn" href="search.html" aria-label="Search">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></svg>
</a>
</header>
<div id="leagues-index"></div>
</div>
<nav class="bottom-nav">
<a href="index.html"><span class="ic">⌂</span><span>Home</span></a>
<a href="live.html"><span class="ic">▶</span><span>Live</span></a>
<a href="favourites.html"><span class="ic">★</span><span>Favourites</span></a>
<a href="leagues.html" class="active"><span class="ic">🏆</span><span>Leagues</span></a>
<a href="profile.html"><span class="ic">◉</span><span>Profile</span></a>
</nav>
<script src="assets/js/app.js"></script>
</body>
</html>