Compare commits
No commits in common. "dcd70bf14ac29edb812fa2e5547d7f63925239d0" and "54bc29756f72a238c115945cb8f8afa1f35903ce" have entirely different histories.
dcd70bf14a
...
54bc29756f
@ -1,4 +1,2 @@
|
|||||||
# 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
BIN
common/ås.png
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
@ -6,7 +6,7 @@
|
|||||||
<meta name="theme-color" content="#1a237e">
|
<meta name="theme-color" content="#1a237e">
|
||||||
<title>Liveresultater</title>
|
<title>Liveresultater</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="./common/ås.png">
|
<link rel="icon" type="image/png" href="./common/kok-144x144.png">
|
||||||
<link rel="stylesheet" href="common/main.css">
|
<link rel="stylesheet" href="common/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<header class="shadow-8">
|
<header class="shadow-8">
|
||||||
<div class='header-column'>
|
<div class='header-column'>
|
||||||
<div>
|
<div>
|
||||||
<img src="./common/ås.png" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
|
<img src="./common/kok-144x144.png" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
|
||||||
</div>
|
</div>
|
||||||
<div id="header-brand">
|
<div id="header-brand">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user