Przeglądaj źródła

test hidden table

Axel Nordh 4 lat temu
rodzic
commit
7637f1bcb1
1 zmienionych plików z 11 dodań i 1 usunięć
  1. 11 1
      OddsJavaFx/src/web/front/index.php

+ 11 - 1
OddsJavaFx/src/web/front/index.php

@@ -1,9 +1,19 @@
 <H2>Odds</H2>
 
-<table id="matchTable">
+
+
+<table id="matchTable" hidden>
 <thead>
 <tr>
 <th>Datum</th>
+<th>land</th>
+<th>liga</th>
+<th>Hemma lag</th>
+<th>Borta lag</th>
+<th>Odds 1</th>
+<th>(Odds X)</th>
+<th>Odds 2</th>
+
 </tr>
 </thead>