@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>剑鱼标讯</title>
+ <script>
+ function redirect () {
+ document.getElementById('link').click()
+ }
+ </script>
+</head>
+<body onload="redirect()">
+ <a id="link" href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzk0MjIyMzY2Nw==&scene=110#wechat_redirect" rel="noopener noreferrer">关注公众号</a>
+</body>
+</html>