├── images ├── cyan.png ├── gray.png ├── purple.png └── teal.png ├── index.html ├── js └── script.js └── tailwind.config.js /images/cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/images/cyan.png -------------------------------------------------------------------------------- /images/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/images/gray.png -------------------------------------------------------------------------------- /images/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/images/purple.png -------------------------------------------------------------------------------- /images/teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/images/teal.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/index.html -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRokib/smart-watch-b11/HEAD/js/script.js -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------