<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Get quick and up-to-date information about today's matches. Live scores are here!">
<meta name="keywords" content="Live Score, Today's Matches, Football Scores">
<meta name="author" content="JB">
<meta property="og:title" content="Today's Matches - Live Scores">
<meta property="og:description" content="Follow today's matches with live scores.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://streaks.net/home.html">
<meta property="og:image" content="https://streaks.net/wp-content/uploads/2025/01/livescore.jpg">
<meta name="theme-color" content="#ff6d00">
<meta name="robots" content="noindex, nofollow">
<title>Today's Matches - Live Scores</title>
<link rel="canonical" href="https://streaks.net/home.html">
<link rel="icon" href="https://streaks.net/wp-content/uploads/2025/01/favicon.png" type="image/png">
<style>
/* General Page Style */
body {
margin: 0;
padding: 0;
font-family: 'Axiforma', Arial, sans-serif;
background-color: #1c1e23;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.header {
margin: 20px 0 40px; /* Added bottom margin */
color: #ff6d00;
}
.header h1 {
font-size: 2rem;
margin: 0;
}
.header p {
margin: 10px 0 0;
font-size: 1.1rem;
color: #ffffff;
line-height: 1.6;
}
.livescore-container {
background-color: #282c34;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 90%; /* Mobile-friendly width */
max-width: 1200px; /* Maximum width */
margin: 20px auto;
overflow-x: auto; /* Horizontal scroll for overflow */
}
.livescore-container a {
color: #ff6d00;
text-decoration: none;
font-weight: bold;
font-size: 1.2rem;
display: block;
margin: 20px 0;
}
.livescore-container a:hover {
color: #ffffff;
text-decoration: underline;
}
/* Mobile and Tablet Responsive Design */
@media (max-width: 768px) {
.header h1 {
font-size: 1.8rem;
}
.header p {
font-size: 1rem;
}
.livescore-container {
padding: 15px;
}
}
</style>
</head>
<body>
<header class="header">
<h1>Follow Live Scores - Today's Matches</h1>
<p>Easily access live scores of current football matches here. Get quick and accurate information anytime, anywhere!</p>
</header>
<div class="livescore-container">
<!-- Live Score API -->
<script type="text/javascript" src="https://www.livescore.bz/api.livescore.0.1.js" api="livescore" async></script>
<a href="https://www.livescore.bz" sport="football(soccer)" data-1="today" lang="en">Today's Matches</a>
</div>
</body>
</html>