adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 3a656e6892c31528fff19d36d1e1986d519337b7
parent 0256442b687b498e41982c7a9e7bd1b480d768e4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 19 Jun 2021 14:31:49 +0200

weather.html: add femmoeller

Diffstat:
Moutput/weather.html | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/output/weather.html b/output/weather.html @@ -30,6 +30,9 @@ } else if (zip == 8000) { lon = "56.16"; lat = "10.20"; + } else if (zip == 8400) { + lon = "56.24"; + lat = "10.58"; } else if (zip == 9520) { lon = "56.84"; lat = "9.89"; @@ -80,7 +83,7 @@ <a href="?z=7700">Thisted</a>, <a href="?z=7730">Hanstholm</a>, <a href="?z=8000">Aarhus</a>, - <a href="?z=9520">Skørping</a> + <a href="?z=8400">Ebeltoft</a> </p> </center> </aside>