diff --git a/main.go b/main.go index 9ec9307..aba28c7 100644 --- a/main.go +++ b/main.go @@ -139,6 +139,7 @@ var supportedLocations = map[string]*location{ "zurich": {nil, 47.369019, 8.538030, "Europe/Zurich", "Zurich"}, "berlin": {nil, 52.520008, 13.404954, "Europe/Berlin", "Berlin"}, "dubai": {nil, 25.204849, 55.270782, "Asia/Dubai", "Dubai"}, + "paris": {nil, 48.864716, 2.349014, "Europe/Paris", "Paris"}, } func main() { diff --git a/web/index.html b/web/index.html index 4e81033..de99890 100644 --- a/web/index.html +++ b/web/index.html @@ -45,6 +45,7 @@