diff --git a/README.md b/README.md index b3a33a5..8e2b176 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WebSSH2 - Web SSH Client -[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/billchurch) +![Orthrus Mascot](images/orthrus.png) WebSSH2 is an HTML5 web-based terminal emulator and SSH client. It uses SSH2 as a client on a host to proxy a Websocket / Socket.io connection to an SSH2 server. @@ -16,6 +16,7 @@ WebSSH2 is an HTML5 web-based terminal emulator and SSH client. It uses SSH2 as - [Routes](#routes) - [Deprecation Notice](#deprecation-notice) - [Tips](#tips) +- [Support](#support) ## Requirements @@ -138,3 +139,8 @@ Several configuration options and GET parameters have been deprecated. For a lis - Terminal settings for `/ssh/host/:host` can be customized after login via `Menu | Settings` and persist across sessions. For more detailed information on configuration and usage, please refer to the full documentation or open an issue on GitHub. + +## Support +If you like what I do, and want to support me you can [buy me a coffee](https://www.buymeacoffee.com/billchurch)! + +[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/billchurch) \ No newline at end of file diff --git a/images/orthrus.png b/images/orthrus.png new file mode 100644 index 0000000..5c6d97e Binary files /dev/null and b/images/orthrus.png differ diff --git a/images/orthrus.webp b/images/orthrus.webp new file mode 100644 index 0000000..8eb0b72 Binary files /dev/null and b/images/orthrus.webp differ