添加一个web模版,该web是基于Server-Broswer-Server搭建的

This commit is contained in:
dathlin
2017-07-21 16:41:18 +08:00
parent 8a27b0605c
commit c874470e73
43 changed files with 27206 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width" />
<title>错误</title>
</head>
<body>
<hgroup>
<h1>错误。</h1>
<h2>处理你的请求时出错。</h2>
</hgroup>
</body>
</html>