18 lines
327 B
PHP
18 lines
327 B
PHP
<!DOCTYPE html>
|
|
<html lang="no">
|
|
<head>
|
|
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
|
|
</head>
|
|
<body>
|
|
<h1>Løpende resultater kadaverløpet 2024</h1>
|
|
<h2>Vi tar forbehold om feil. Dette er ikke offisielle resultater</h2>
|
|
<table>
|
|
<tbody>
|
|
<?php
|
|
include("get_table.php")
|
|
?>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|