Merged server and client code into single repo
This commit is contained in:
16
server/public/index.html
Normal file
16
server/public/index.html
Normal 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>
|
Reference in New Issue
Block a user