WeChatFerry/clients/gohttp/public/index.html

19 lines
469 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" />
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" />
<link rel="shortcut icon" type="image/png" href="/assets/icon.png" />
2023-12-29 21:28:18 +08:00
<link rel="stylesheet" href="/assets/style.css" />
<title>WeChat Rest</title>
2023-12-17 13:16:15 +08:00
</head>
<body>
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>