This commit is contained in:
alexvoste
2026-05-07 01:22:24 +03:00
parent 07e8fdd4b9
commit f3fc474eca
5 changed files with 120 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#define PORT 8080
#define INDEX \
"/" \
"index.html"
void handle_client(int client_socket);