tAdd submit button for custom zip codes - 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 5176f9d7c15262e2a62f7087bc395ef900382a45
 (DIR) parent d50e521ae0cbda181bbd1a1bb239877e4bc72061
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 22 Dec 2019 21:51:49 +0100
       
       Add submit button for custom zip codes
       
       Diffstat:
         M output/weather.html                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/output/weather.html b/output/weather.html
       t@@ -94,7 +94,7 @@
        
        <form action="" method="get">
                <input type="text" placeholder="Postnummer" name="z">
       -        <!--<input type="submit" value="Submit">-->
       +        <input type="submit" value="Gå">
        </form>
        
        </article>