link2.php 742 B

1234567891011121314151617181920212223
  1. <?php
  2. $time = time();
  3. $sign = "test=1&time={$time}&shareKey=superantNo1";
  4. $appLink = 'superant://app.crazygod.com?'.$sign;
  5. $appsLink = 'superant://app.crazygod.com';
  6. $downLink = 'https://play.google.com/store/apps/details?id=com.superant.crazygod';
  7. ?>
  8. <!Doctype html>
  9. <html xmlns=http://www.w3.org/1999/xhtml>
  10. <head>
  11. <meta http-equiv=Content-Type content="text/html;charset=utf-8">
  12. <head>
  13. <!-- <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>-->
  14. <title>CrazyGod</title>
  15. </head>
  16. <body>
  17. <a href="<?php echo $appsLink ?>"><?php echo $appsLink ?></a>
  18. <a href="<?php echo $appLink ?>"><?php echo $appLink ?></a>
  19. <script type="text/javascript">
  20. </script>
  21. </body>
  22. </html>