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