File: /home/bigfreeodds/public_html/wp-content/public/scores/favourites.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>Favourites — Live Scores</title>
<meta name="description" content="Your starred matches and followed teams in one place." />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body data-page="favourites">
<div class="app">
<header class="topbar">
<h1>FAVOURITES</h1>
<button class="icon-btn" aria-label="Settings">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a7.97 7.97 0 0 0 0-6l2-1.2-2-3.4-2.3.9a8 8 0 0 0-5.2-3L11.5 0h-3l-.4 2.3a8 8 0 0 0-5.2 3l-2.3-.9-2 3.4L.7 9a7.97 7.97 0 0 0 0 6l-2 1.2 2 3.4 2.3-.9a8 8 0 0 0 5.2 3l.4 2.3h3l.4-2.3a8 8 0 0 0 5.2-3l2.3.9 2-3.4z"/></svg>
</button>
</header>
<div id="fav-list" style="margin-top:10px;"></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" class="active"><span class="ic">★</span><span>Favourites</span></a>
<a href="leagues.html"><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>