2024-02-11 19:27:54 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="no">
|
2024-10-08 12:55:19 +02:00
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
|
|
|
|
</head>
|
2024-02-12 21:23:13 +01:00
|
|
|
<body>
|
2024-10-08 12:55:19 +02:00
|
|
|
<h1>Løpende resultater kadaverløpet 2024</h1>
|
|
|
|
<h2>Vi tar forbehold om feil. Dette er ikke offisielle resultater</h2>
|
2024-02-12 21:23:13 +01:00
|
|
|
<table>
|
2024-02-16 12:14:45 +01:00
|
|
|
<tbody>
|
|
|
|
<?php
|
|
|
|
include("get_table.php")
|
|
|
|
?>
|
|
|
|
</tbody>
|
2024-02-12 21:23:13 +01:00
|
|
|
</table>
|
|
|
|
</body>
|
2024-02-16 12:14:45 +01:00
|
|
|
</html>
|