tweather.html: add femmoeller - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3a656e6892c31528fff19d36d1e1986d519337b7
 (DIR) parent 0256442b687b498e41982c7a9e7bd1b480d768e4
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 19 Jun 2021 14:31:49 +0200
       
       weather.html: add femmoeller
       
       Diffstat:
         M output/weather.html                 |       5 ++++-
       
       1 file changed, 4 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/output/weather.html b/output/weather.html
       t@@ -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";
       t@@ -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>