[ circle [ cx "200", cy "200", r "120", fill "#1293D8" ] []
import Html exposing (Html)
import Svg.Attributes exposing (..)
, subscriptions = subscriptions
init : () -> (Model, Cmd Msg)
( Model Time.utc (Time.millisToPosix 0)
[ Task.perform AdjustTimeZone Time.here
, Task.perform Tick Time.now