├── README.md ├── css └── style.css ├── index.html ├── js └── index.js └── screenshot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinprakash96/quotegen/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinprakash96/quotegen/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinprakash96/quotegen/HEAD/index.html -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinprakash96/quotegen/HEAD/js/index.js -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinprakash96/quotegen/HEAD/screenshot.png --------------------------------------------------------------------------------