Axel Nordh 4 سال پیش
والد
کامیت
6445191866
1فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  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>