Commit d0739a91 authored by Chris's avatar Chris
Browse files

[single-threaded-web-server] created a functioning single-threaded web server:...

[single-threaded-web-server] created a functioning single-threaded web server: committing before refactoring
parent 21ce46ec
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<!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>
+11 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Hello!</title>
</head>
<body>
<h1>Hello!</h1>
<p>Hi from Rust</p>
</body>
</html>