diff --git a/HTTPS_Server.jpeg b/HTTPS_Server.jpeg new file mode 100644 index 0000000..3a60ed7 Binary files /dev/null and b/HTTPS_Server.jpeg differ diff --git a/README.md b/README.md index 0eeca27..81386d3 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ custom-https-server/ │ ├── uninstall.sh # Uninstaller script │ └── update-service.sh # Update macOS plist / Linux systemd runtime args ├── .ignore # Ignore file +├── HTTPS_Server.jpeg # Screenshot / demo image ├── LICENSE # MIT License └── README.md # Project documentation ``` @@ -570,6 +571,14 @@ This guarantees: --- +### 📸 Screenshots + +The following image gives you a glimpse of the application's interface: + +- **HTTPS Web Page**: ![HTTPS Web Page](HTTPS_Server.jpeg) + +--- + ## License MIT License — free to use, modify, and distribute.