├── README.md ├── assets ├── .DS_Store ├── css │ └── style.css ├── img │ ├── 0.svg │ ├── 1.svg │ ├── 2.svg │ ├── 3.svg │ ├── 4.svg │ ├── 5.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ ├── 9.svg │ ├── human.gif │ ├── human.svg │ ├── rect.svg │ └── ring.svg └── js │ ├── .DS_Store │ └── timeGeneration.js ├── index.html └── watch.zip /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/README.md -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/css/style.css -------------------------------------------------------------------------------- /assets/img/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/0.svg -------------------------------------------------------------------------------- /assets/img/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/1.svg -------------------------------------------------------------------------------- /assets/img/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/2.svg -------------------------------------------------------------------------------- /assets/img/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/3.svg -------------------------------------------------------------------------------- /assets/img/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/4.svg -------------------------------------------------------------------------------- /assets/img/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/5.svg -------------------------------------------------------------------------------- /assets/img/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/6.svg -------------------------------------------------------------------------------- /assets/img/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/7.svg -------------------------------------------------------------------------------- /assets/img/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/8.svg -------------------------------------------------------------------------------- /assets/img/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/9.svg -------------------------------------------------------------------------------- /assets/img/human.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/human.gif -------------------------------------------------------------------------------- /assets/img/human.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/human.svg -------------------------------------------------------------------------------- /assets/img/rect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/rect.svg -------------------------------------------------------------------------------- /assets/img/ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/img/ring.svg -------------------------------------------------------------------------------- /assets/js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/js/.DS_Store -------------------------------------------------------------------------------- /assets/js/timeGeneration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/assets/js/timeGeneration.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/index.html -------------------------------------------------------------------------------- /watch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muzihuaner/watch/HEAD/watch.zip --------------------------------------------------------------------------------