完成了第 24 章 制作 HTTP 服务器端

This commit is contained in:
riba2534
2019-02-07 20:14:49 +08:00
parent 19500a1caf
commit 51034407bc
4 changed files with 678 additions and 1 deletions

11
ch24/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>测试</title>
</head>
<body>
<h1>测试标题</h1>
<p>这是一个段落</p>
</body>
</html>