Simple navigation to display the local time of various cities. When the nav item is clicked, the apple watch will display the local time of the city. A menu button allows for the menu to expand when collapsed on a mobile device.
HTML5, CSS3, Javascript ES6, Responsive
Link to the css/style.css file in your page header. Add a script tag to js/navigation.js as a module. Add an element with the id of 'nav'. Add an element with the id of 'watch'.
Due to the module ES6 syntax, in order to support import/export statements, the page must be on a web server and not loaded using the file:// protocol.