- Restructured the returning results dictionary. The `key` is now the HTTP response code, and the `value` is a list of all links that achieved that response code. This allows for faster and simpler searching for links with a particular HTTP response.
- Added total broken links to the printed output in the CLI.
- Flask web app added to the `tests/` folder for testing purposes.