|
|
@@ -13,9 +13,12 @@ echo "Country id: " . $countryId . " leagueId: " . $leagueId;
|
|
|
$matches = $conn->getMatches($countryId, $leagueId);
|
|
|
|
|
|
?>
|
|
|
+<head>
|
|
|
+ <link rel="stylesheet" href="style.css">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
|
|
|
-
|
|
|
-<table id="matchTable" hidden>
|
|
|
+<table id="matchTable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>Datum</th>
|
|
|
@@ -40,4 +43,6 @@ $matches = $conn->getMatches($countryId, $leagueId);
|
|
|
}
|
|
|
?>
|
|
|
</tbody>
|
|
|
-</table>
|
|
|
+</table>
|
|
|
+
|
|
|
+</body>
|