微小悟公众号管理系统

index.html 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>微小悟-广告主平台</title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="renderer" content="webkit">
  8. <meta name="author" content="yfe@ywwl.com" />
  9. <meta name="Description" content="微小悟,让公众号运营更简单" />
  10. <meta name="Keywords" content="微小悟,微信,微信公众号,公众号广告,cpc,涨粉,微信投放" />
  11. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
  12. <link rel="icon" href="/favicon.ico" type="image/x-icon"/>
  13. <style>
  14. #ie-tip{position:fixed;top:0;left:0;z-index:9999999;width:100%;height:100%;padding:100px 50px 0;font-size:28px;color: #000;text-align: center;background-color:#fff;}
  15. </style>
  16. <script>
  17. var _hmt = _hmt || [];
  18. (function() {
  19. var hm = document.createElement("script");
  20. hm.src = "https://hm.baidu.com/hm.js?e2bef3529d447a6ed9bb89d20f38dbbc";
  21. var s = document.getElementsByTagName("script")[0];
  22. s.parentNode.insertBefore(hm, s);
  23. })();
  24. </script>
  25. </head>
  26. <body>
  27. <div id="app"></div>
  28. </body>
  29. <script>
  30. if (!!window.ActiveXObject || "ActiveXObject" in window){
  31. var beforeDOM = document.getElementById('app')
  32. var elm = document.createElement("div")
  33. elm.setAttribute('id','ie-tip')
  34. elm.innerHTML = '<div>为确保您的体验,请使用 Chrome 或 除IE以外的高级浏览器 访问广告主平台</div><p style="margin-top:20px;font-size:20px;">使用360、搜狗、QQ浏览器请将浏览器模式调整为极速模式</p>';
  35. document.getElementsByTagName('body')[0].insertBefore(elm, beforeDOM);
  36. }
  37. </script>
  38. </html>