Just a very simple HTML webserver in C
Go to file
2025-03-10 13:38:44 +01:00
HTML Add file reader. Add bug that returns a smaller string than it should be. 2025-03-10 13:20:24 +01:00
include Add file reader. Add bug that returns a smaller string than it should be. 2025-03-10 13:20:24 +01:00
src Fixed the bug. It will now return the full string. 2025-03-10 13:38:44 +01:00
.gitignore Initial commit 2025-03-09 14:27:49 +00:00
LICENSE Initial commit 2025-03-09 14:27:49 +00:00
makefile Add file reader. Add bug that returns a smaller string than it should be. 2025-03-10 13:20:24 +01:00
README.md Initial commit 2025-03-09 14:27:49 +00:00
WebServer Fixed the bug. It will now return the full string. 2025-03-10 13:38:44 +01:00

C-Webserver

Just a very simple HTML webserver in C