Axel Nordh %!s(int64=4) %!d(string=hai) anos
pai
achega
6445191866
Modificáronse 1 ficheiros con 8 adicións e 3 borrados
  1. 8 3
      OddsJavaFx/src/web/matchTable.php

+ 8 - 3
OddsJavaFx/src/web/matchTable.php

@@ -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>