Axel Nordh 4 ani în urmă
părinte
comite
bf5c6c7831
1 a modificat fișierele cu 23 adăugiri și 16 ștergeri
  1. 23 16
      OddsJavaFx/src/web/front/index.php

+ 23 - 16
OddsJavaFx/src/web/front/index.php

@@ -1,21 +1,28 @@
-<H2>Odds</H2>
-
+<head>
+  <link rel="stylesheet" href="style.css">
+</head>
 
+<body>
+<H2>Odds</H2>
 
-<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>
 
+    <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>
+    
+    
+    </table>
 
-</table>
+</body>