mirror of
https://github.com/riba2534/TCP-IP-NetworkNote.git
synced 2026-07-17 12:01:19 +08:00
完成了第 24 章 制作 HTTP 服务器端
This commit is contained in:
11
ch24/index.html
Normal file
11
ch24/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>测试</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>测试标题</h1>
|
||||
<p>这是一个段落</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user