add response (with html + css)

This commit is contained in:
2024-11-27 11:33:14 +01:00
parent dc4ef7c7d5
commit 3a6c8ad9a3
11 changed files with 91 additions and 48 deletions

View File

@@ -16,9 +16,6 @@
#include "utils/hashmap.h"
/* On which port the server will run */
#define PORT 3030
/* Clients max queue */
#define BACKLOG 10
@@ -94,6 +91,4 @@ int handle_new_client(int sockfd, struct sockaddr_storage *their_sa, socklen_t *
*/
void close_fds(bucket_t *bucket);
void send_html_test(int sockfd);
#endif