yyjiexi.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. namespace app\index;
  3. class yyjiexi extends Base
  4. {
  5. function index()
  6. {
  7. ?>
  8. <!doctype html>
  9. <html lang="">
  10. <head>
  11. <meta charset="utf-8">
  12. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"/>
  13. <meta name="keywords" content="<?php echo IN_KEYWORDS;?>"/>
  14. <meta name="description" content="<?php echo IN_DESCRIPTION;?> "/>
  15. <title>应用解析 - <?php echo IN_NAME;?> - 免费应用内测托管平台|iOS应用Beta测试分发|Android应用内测分发</title>
  16. <link rel="stylesheet" href="/static/index/css/font.css"/>
  17. <link rel="stylesheet" type="text/css" href="/static/index/css/bootstrap.min.css"/>
  18. <link rel="stylesheet" type="text/css" href="/static/index/css/base.css"/>
  19. <link rel="stylesheet" type="text/css" href="/static/index/css/main.css"/>
  20. <link rel="stylesheet" type="text/css" href="/static/index/css/h5.css"/>
  21. <script src="/static/index/js/jquery.min.js"></script>
  22. <script src="/static/index/js/bootstrap.min.js"></script>
  23. <script src="/static/index/js/vue.js"></script>
  24. <script src="/static/index/js/js.js"></script>
  25. <script>
  26. isHideFooter = false;
  27. </script>
  28. </head>
  29. <body>
  30. <?php
  31. $this->header();
  32. ?>
  33. <iframe width="100%" height="600" src="/index/appsc" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="+s+"></iframe>
  34. <?php
  35. $this->footer();
  36. ?> </body>
  37. </html>
  38. <?php
  39. }
  40. }