mpweixinsso.html 1.3 KB

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  8. <title>微信公众号sso</title>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  10. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  11. <meta content="yes" name="apple-mobile-web-app-capable" />
  12. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  13. <meta content="telephone=no" name="format-detection" />
  14. </head>
  15. <body style="overflow: auto; margin:0px; height: 100%;">
  16. <div id="appContent" class="appContent" style="overflow: auto; height:100%; background-color:#EEE">
  17. <div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
  18. </div>
  19. <script src="../o2_core/o2.min.js"></script>
  20. <script src="js/base_work.min.js"></script>
  21. <script src="js/mpweixinsso.js"></script>
  22. <script src="../o2_lib/Decimal.js"></script>
  23. </body>
  24. </html>