La til totalt antall påmeldte

This commit is contained in:
Trygve
2024-10-13 23:08:38 +02:00
parent b2afadedf1
commit 78c6f0e2dd
3 changed files with 30 additions and 13 deletions

View File

@@ -20,18 +20,13 @@
<h1>TESTING Løpende resultater kadaverløpet 2024</h1>
</div>
<h2>Vi tar forbehold om feil. Dette er ikke offisielle resultater</h2>
<table>
<tbody>
<?php
include("get_table.php")
?>
</tbody>
<footer>
</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>
<script>
function update() {
const table = document.querySelector("table");
@@ -44,4 +39,5 @@ include("get_table.php")
}
setInterval(update, 5*1000)
</script>
</body>
</html>