Axel Nordh %!s(int64=4) %!d(string=hai) anos
pai
achega
bf5c6c7831
Modificáronse 1 ficheiros con 23 adicións e 16 borrados
  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>