Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
21:048b7dbdf0aa
Parent:
20:007fb5796d20
Child:
22:f45bbb468439
--- a/http-clock-html.c	Wed Jan 09 08:07:53 2019 +0000
+++ b/http-clock-html.c	Wed Jan 09 12:25:08 2019 +0000
@@ -41,6 +41,8 @@
     PageAddAjaxHex   ( 6.0, "Count"       , 5.2  , "ajax-leap-count"   , "set-clock-leap-count"   );
 
     HttpAddText("<button type='button' onclick='DisplayLeap()'>Display Leap</button>\r\n");
+    
+    HttpAddText("<div><a href='https://www.ietf.org/timezones/data/leap-seconds.list'>ietf leap seconds list</a></div>\r\n");
         
     PageAddH2("Settings");
     PageAddIntInput ("/clock", 0, "Ppb",                     12, "ppb",            5, ClkGovGetPpb()                   );