Orlando’da Moritz Wagner 32 sayı ile dikkat çekerken, Tristan da Silva 20 sayı ile ona eşlik etti. Ancak bu performanslar galibiyet için yeterli olmadı.
Knicks, deplasmanda aldığı bu galibiyetle çıkışını sürdürürken, Magic için mağlubiyet serisi devam ediyor.
<html lang=”tr”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Box Score: Maç Sonu İstatistikleri</title>
<meta name=”description” content=”Moritz Wagner 32 sayı ile maçın en skorer ismi olurken, Jalen Brunson 31 sayı üretti. İşte detaylı box score tablosu.”>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
text-align: center;
color: #333333;
}
h1, h2 {
color: #2c3e50;
margin-top: 20px;
}
p {
font-size: 16px;
margin-bottom: 20px;
}
table {
width: 80%;
margin: 20px auto;
border-collapse: collapse;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
thead {
background-color: #1E90FF;
color: #ffffff;
}
.team2-head {
background-color: #FF4500;
color: #ffffff;
}
th, td {
padding: 12px 15px;
text-align: center;
border-bottom: 1px solid #dddddd;
}
tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
tbody tr:hover {
background-color: #f1f1f1;
}
</style>
</head>
<body>
<h1>Maç Sonu Box Score</h1>
<p>Moritz Wagner’in 32 sayı ile damga vurduğu maçta Jalen Brunson ve Karl-Anthony Towns performanslarıyla göz doldurdu. İşte karşılaşmanın detaylı istatistikleri:</p><!– Takım 1 Box Score –>
<h2>Moritz Wagner ve Takımı</h2>
<table>
<thead>
<tr>
<th>Oyuncu</th>
<th>Sayı</th>
<th>Ribaund</th>
<th>Asist</th>
</tr>
</thead>
<tbody>
<tr>
<td>Moritz Wagner</td>
<td>32</td>
<td>6</td>
<td>1</td>
</tr>
<tr>
<td>Tristan da Silva</td>
<td>20</td>
<td>3</td>
<td>2</td>
</tr>
<tr>
<td>Jalen Suggs</td>
<td>9</td>
<td>5</td>
<td>8</td>
</tr>
<tr>
<td>Goga Bitadze</td>
<td>8</td>
<td>11</td>
<td>1</td>
</tr>
<tr>
<td>Kentavious Caldwell-Pope</td>
<td>4</td>
<td>2</td>
<td>2</td>
</tr>
</tbody>
</table>
<!– Takım 2 Box Score –>
<h2>Jalen Brunson ve Takımı</h2>
<table>
<thead class=”team2-head”>
<tr>
<th>Oyuncu</th>
<th>Sayı</th>
<th>Ribaund</th>
<th>Asist</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jalen Brunson</td>
<td>31</td>
<td>3</td>
<td>5</td>
</tr>
<tr>
<td>K. Towns</td>
<td>22</td>
<td>22</td>
<td>5</td>
</tr>
<tr>
<td>M. Bridges</td>
<td>17</td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<td>J. Hart</td>
<td>12</td>
<td>5</td>
<td>5</td>
</tr>
<tr>
<td>O. Anunoby</td>
<td>7</td>
<td>5</td>
<td>1</td>
</tr>
<tr>
<td>M. McBride</td>
<td>7</td>
<td>2</td>
<td>1</td>
</tr>
</tbody>
</table>
<p>Moritz Wagner’in 32 sayısı maçın en skorer performansı olurken, Karl-Anthony Towns’ın 22 sayı ve 22 ribaundluk double-double’ı dikkat çekti.</p>
</body>
</html>