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