swoole_exmple/Template/index.html

11 lines
207 B
HTML
Raw Normal View History

2021-12-24 16:44:53 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>我的Swoole主页</title>
</head>
<body>
<h1>欢迎来到我的Swoole主页</h1>
<h3>We just do it!</h3>
</body>
</html>