Compare commits
2 Commits
54bc29756f
...
dcd70bf14a
Author | SHA1 | Date | |
---|---|---|---|
dcd70bf14a | |||
be2ba78336 |
@ -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
BIN
common/ås.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user