├── README.md ├── css └── main.css ├── index.html ├── js └── main.js ├── quotes.zip ├── rick&morty.jpeg └── rick&mortyapi.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/README.md -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/css/main.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/js/main.js -------------------------------------------------------------------------------- /quotes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/quotes.zip -------------------------------------------------------------------------------- /rick&morty.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/rick&morty.jpeg -------------------------------------------------------------------------------- /rick&mortyapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajvidal91/quote-gen/HEAD/rick&mortyapi.png --------------------------------------------------------------------------------