redirect/views/redirect.html
李寻欢 c3c19c3da0
All checks were successful
BuildImage / build-image (push) Successful in 1m23s
first commit
2024-08-19 10:43:51 +08:00

17 lines
365 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>呀呼</title>
</head>
<body>
<h1>即将打开,如果提示非微信官方网页,点击继续访问或者复制页面地址到浏览器打开</h1>
<script>
setTimeout(function () {
window.location.href = "{{ .url }}";
}, 2000);
</script>
</body>
</html>