+ Added Website class (must be accessed in a static way).
+ Added getContet(String url) method. This will return the content of a website
+ Added Shortener class (must be accessed in a static way).
+ Added TinyURL shortener. Example: Shortener.tinyURL("
https://google.com") <-- This will return the shortened URL for Google