lowrie 发表于 2014-8-17 13:44:06

求一个landingpage自动下载app代码

就是打开lp后,自动开始下载手机app.

Wildthing 发表于 2014-8-17 14:45:46

做个自动跳转的桥页便是了

OOPTest 发表于 2014-8-17 14:36:07

<html>
<head>
<meta http-equiv="refresh" content="0;url=###offer_link###" />
</head>
<body>
</body>
</html>

tmdsoft 发表于 2014-8-17 14:59:15

<?php
Header("HTTP/1.1 301 Moved Permanently");
header ("Location: http://www.baidu.com");
?>
页: [1]
查看完整版本: 求一个landingpage自动下载app代码