├── css └── styles.css ├── index.html └── js └── script.js /css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/mousemove-app/HEAD/css/styles.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/mousemove-app/HEAD/index.html -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/mousemove-app/HEAD/js/script.js --------------------------------------------------------------------------------