This commit is contained in:
Trygve 2024-10-11 17:41:43 +02:00
parent fb0d6cd678
commit a51be0c2bf
4 changed files with 14 additions and 0 deletions

BIN
img/NMBUI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
img/NMBUI.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
img/kadaver.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

View File

@ -6,9 +6,19 @@
<meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Elektronisk Kadaver Tidtakningssystem" /> <meta name="description" content="Elektronisk Kadaver Tidtakningssystem" />
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css"> <link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
<style>
@media (prefers-color-scheme: dark) {
.invert {
filter: invert(1);
}
}
</style>
</head> </head>
<body> <body>
<div class="flex align-center">
<figure><img src="img/kadaver.png" alt="" width="100px" class="invert"></figure>
<h1>Løpende resultater kadaverløpet 2024</h1> <h1>Løpende resultater kadaverløpet 2024</h1>
</div>
<h2>Vi tar forbehold om feil. Dette er ikke offisielle resultater</h2> <h2>Vi tar forbehold om feil. Dette er ikke offisielle resultater</h2>
<table> <table>
<tbody> <tbody>
@ -16,7 +26,11 @@
include("get_table.php") include("get_table.php")
?> ?>
</tbody> </tbody>
<footer>
</table> </table>
<h3>Laget av Trygve. <a href="https://git.willy.club/Trygve/elektronisk-kadaver-tidtakingssystem">Kildekode</a></h3>
<figure><img src="img/NMBUI.webp" alt="" width="200px"></figure>
</footer>
</body> </body>
<script> <script>
function update() { function update() {