added simple single threaded web server.

This commit is contained in:
gabe 2022-08-10 13:10:32 -05:00
parent aec66ef7c8
commit 20406b1d58
4 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<h1>Oops!</h1>
<p>Sorry, I don't know what you're asking for.</p>
</body>
</html>