WeChatFerry/clients/gohttp/public/index.html

19 lines
469 B
HTML
Vendored

<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/icon.png" />
<link rel="stylesheet" href="/assets/style.css" />
<title>WeChat Rest</title>
</head>
<body>
<ul>
<li><a href="/swagger/">Api Document</a></li>
</ul>
</body>
</html>