index.html 855 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, initial-scale=1.0, width=device-width" />
  6. <meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
  7. <title>GFMES</title>
  8. <style type="text/css">
  9. p {
  10. text-align:center;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <h2 style="text-align: center;">GFMES 安装包下载</h2>
  16. <p><a id="downloadLink" href="SCMESAPP_V3_N1.0.2_D2022-05-26_crp.apk">如果文件未自动下载,可点击此处进行下载</a></p>
  17. </body>
  18. <script type="text/javascript">
  19. autoDownloadApk();
  20. function autoDownloadApk()
  21. {
  22. var ele = document.getElementById("downloadLink");
  23. ele.click();
  24. }
  25. </script>
  26. </html>