added simple single threaded web server.
This commit is contained in:
parent
aec66ef7c8
commit
20406b1d58
4 changed files with 76 additions and 0 deletions
11
the_book/http_server/hello.html
Normal file
11
the_book/http_server/hello.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue