Merged server and client code into single repo

This commit is contained in:
Blboun3
2024-01-16 09:56:01 +01:00
parent 6884c6cee1
commit 2c96daefbc
13 changed files with 868 additions and 0 deletions

16
server/public/index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Pico HTTP server</title>
<meta name="description" content="This is a very simple HTTP server for Unix, using fork(). It's very easy to use.">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>