WeChatFerry/clients/gohttp/public/index.html

25 lines
521 B
HTML
Raw Normal View History

2023-12-17 13:16:15 +08:00
<!DOCTYPE html>
2023-12-27 18:26:35 +08:00
<html lang="zh-Hans-CN">
2023-12-17 13:16:15 +08:00
<head>
2023-12-27 18:26:35 +08:00
<meta charset="utf-8" />
2024-08-26 13:28:25 +08:00
<title>Wrest Chat</title>
2023-12-17 13:16:15 +08:00
<meta http-equiv="Content-Security-Policy" />
2023-12-27 18:26:35 +08:00
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
2024-08-26 13:28:25 +08:00
<style type="text/css">
body {
margin: 0 2rem;
line-height: 2rem;
background: #f2f4f6;
}
</style>
2023-12-17 13:16:15 +08:00
</head>
<body>
2024-08-26 13:28:25 +08:00
<h3>Wrest Chat</h3>
2023-12-29 21:28:18 +08:00
<ul>
<li><a href="/swagger/">Api Document</a></li>
2023-12-29 21:28:18 +08:00
</ul>
2023-12-17 13:16:15 +08:00
</body>
</html>