Skip to content

Commit ccdf341

Browse files
authored
Merge pull request #2 from kumarmuthu/custom_https_server_02
Add initial HTTPS web page
2 parents 58f9c3d + e8df6ce commit ccdf341

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

HTTPS_Server.jpeg

401 KB
Loading

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ custom-https-server/
6969
│ ├── uninstall.sh # Uninstaller script
7070
│ └── update-service.sh # Update macOS plist / Linux systemd runtime args
7171
├── .ignore # Ignore file
72+
├── HTTPS_Server.jpeg # Screenshot / demo image
7273
├── LICENSE # MIT License
7374
└── README.md # Project documentation
7475
```
@@ -570,6 +571,14 @@ This guarantees:
570571

571572
---
572573

574+
### 📸 Screenshots
575+
576+
The following image gives you a glimpse of the application's interface:
577+
578+
- **HTTPS Web Page**: ![HTTPS Web Page](HTTPS_Server.jpeg)
579+
580+
---
581+
573582
## License
574583

575584
MIT License — free to use, modify, and distribute.

0 commit comments

Comments
 (0)