Compare commits

...

2 Commits

Author SHA1 Message Date
Trygve dcd70bf14a Oppdaterte readme 2023-11-20 14:27:30 +01:00
Trygve be2ba78336 La til Ås NMBU logo 2023-11-20 14:27:11 +01:00
3 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,4 @@
# Simple-Liveresults
# Simple Liveresults
Enkel nettside som leser inn `resultater\Resultater.xml` og lager tabeller med resultater og strekktider. Sida laster automatisk inn fila på nytt når den endres.
Koden er ikke spesielt elegant eller lesbar, men gjør jobben uten biblioteker og annen møkk.

BIN
common/ås.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -6,7 +6,7 @@
<meta name="theme-color" content="#1a237e">
<title>Liveresultater</title>
<link rel="icon" type="image/png" href="./common/kok-144x144.png">
<link rel="icon" type="image/png" href="./common/ås.png">
<link rel="stylesheet" href="common/main.css">
</head>
@ -14,7 +14,7 @@
<header class="shadow-8">
<div class='header-column'>
<div>
<img src="./common/kok-144x144.png" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
<img src="./common/ås.png" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
</div>
<div id="header-brand">
</div>