File: /home/bigfreeodds/public_html/wp-content/public/scores/live.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>Live Matches — Football Live Scores</title>
<meta name="description" content="All currently live football matches across major leagues." />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body data-page="live">
<div class="app">
<header class="topbar">
<h1>LIVE NOW</h1>
<span class="badge live">● LIVE</span>
</header>
<div id="live-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" class="active"><span class="ic">▶</span><span>Live</span></a>
<a href="favourites.html"><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>