|
@@ -4,6 +4,15 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>剑鱼标讯</title>
|
|
|
+ <style>
|
|
|
+ p {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ a {
|
|
|
+ color: #171826;
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<script>
|
|
|
function redirect () {
|
|
|
document.getElementById('link').click()
|
|
@@ -11,6 +20,8 @@
|
|
|
</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>
|
|
|
+ <p>
|
|
|
+ <a id="link" href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzk0MjIyMzY2Nw==&scene=110#wechat_redirect" rel="noopener noreferrer">跳转中...</a>
|
|
|
+ </p>
|
|
|
</body>
|
|
|
</html>
|