求一个landingpage自动下载app代码
就是打开lp后,自动开始下载手机app. 做个自动跳转的桥页便是了 <html><head>
<meta http-equiv="refresh" content="0;url=###offer_link###" />
</head>
<body>
</body>
</html> <?php
Header("HTTP/1.1 301 Moved Permanently");
header ("Location: http://www.baidu.com");
?>
页:
[1]