Calculator Tools Calculator Tools
Create

Crvena Zvezda vs Pafos - UEFA Champions League Match Stats

Aug 12, 2026

About this app

Follow the UEFA Champions League match between Crvena Zvezda and Pafos with detailed statistics on corners, cards, and betting markets.

Crvena Zvezda vs Pafos - UEFA Champions League Match Stats Match Stats: Crvena Zvezda vs Pafos Ligue des champions de l'UEFA - 19/08 Match Insights - First Half Corners: 3 - Second Half Corners: 2 - First Half Yellow Cards: 1 - Second Half Yellow Cards: 1 - Total Shots on Target: 10 - Fouls: 15 Betting Odds 1X2 Odds Win Crvena Zvezda: 1.599 Draw: 4.25 Win Pafos: 5.51 Get Final Score

Related apps

Put this on your site

Source

                    <html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">

<title>Crvena Zvezda vs Pafos - UEFA Champions League Match Stats</title>
<meta name="description" content="Follow the UEFA Champions League match between Crvena Zvezda and Pafos with detailed statistics on corners, cards, and betting markets.">
<meta name="keywords" content="Crvena Zvezda, Pafos, UEFA Champions League, Match Statistics, Football Betting, Sports Analysis">

<!-- Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/fontawesome.min.css" crossorigin="anonymous">

<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.

document.addEventListener("DOMContentLoaded", function() {
$("#bet-button").on("click", function() {
let team1 = "Crvena Zvezda";
let team2 = "Pafos";
let result = "1 - 0"; // Dummy score
$("#score-output").text("Final Score: " + team1 + " " + result + " " + team2);
});
});

} catch (error) {
throw error;
}
</script>

<style>
body {
background: linear-gradient(to right, #ff7e5f, #feb47b);
color: #343a40;
font-family: 'Arial', sans-serif;
}
#main-container {
padding: 2em;
border-radius: 8px;
background: #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
h1, h2, h3 {
color: #3f51b5;
}
button {
background: #3f51b5;
color: white;
}
button:hover {
background: #5c72d4;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Match Stats: Crvena Zvezda vs Pafos</h1>
<h2>Ligue des champions de l'UEFA - 19/08</h2>
<h3>Match Insights</h3>

<тım class="list-group">
<li class="list-group-item"> - First Half Corners: 3</li>
<li class="list-group-item"> - Second Half Corners: 2</li>
<li class="list-group-item"> - First Half Yellow Cards: 1</li>
<li class="list-group-item"> - Second Half Yellow Cards: 1</li>
<li class="list-group-item"> - Total Shots on Target: 10</li>
<li class="list-group-item"> - Fouls: 15</li>
</тım>

<h3>Betting Odds</h3>
<h4>1X2 Odds</h4>
<p><strong>Win Crvena Zvezda:</strong> 1.599</p>
<p><strong>Draw:</strong> 4.25</p>
<p><strong>Win Pafos:</strong> 5.51</p>

<button id="bet-button" class="btn btn-primary">Get Final Score</button>
<p id="score-output" class="mt-3"></p>
</div>
</body>
</html>