index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="format-detection" content="telephone=no">
  6. <meta name="msapplication-tap-highlight" content="no">
  7. <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
  8. <meta http-equiv="Cache-Control" content="no-cache" />
  9. <meta http-equiv="Pragma" content="no-cache" />
  10. <meta http-equiv="Expires" content="0" />
  11. <!--星球会-->
  12. <!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/ihone.png">
  13. <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/ihone.png">
  14. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/ihone.png">
  15. <link rel="apple-touch-icon-precomposed" href="./static/ihone.png">
  16. <link rel="icon" type="image/x-icon" href="static/ihone.ico"> -->
  17. <!--记账宝-->
  18. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/xinjiang2.png">
  19. <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/xinjiang2.png">
  20. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/xinjiang2.png">
  21. <link rel="apple-touch-icon-precomposed" href="./static/xinjiang2.png">
  22. <link rel="icon" type="image/x-icon" href="static/xinjiang2.ico">
  23. <!--河南全盈体育-->
  24. <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/hn.png">
  25. <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/hn.png">
  26. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/hn.png">
  27. <link rel="apple-touch-icon-precomposed" href="./static/hn.png">
  28. <link rel="icon" type="image/x-icon" href="static/hn.ico">-->
  29. <title>记账宝</title>
  30. <!--<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=F9a462c0fea7ee93424e235b9483ce78"></script>-->
  31. </head>
  32. <body>
  33. <div id="app"></div>
  34. <!-- <script>
  35. (function() {
  36. var html = document.documentElement;
  37. var width = html.getBoundingClientRect().width;
  38. if(width <= 750){
  39. html.style.fontSize = width / 15 + 'px';
  40. }else{
  41. html.style.fontSize = 750/15 + 'px';
  42. }
  43. })()
  44. </script> -->
  45. <style>
  46. .mint-toast{z-index: 3001!important;}
  47. </style>
  48. </body>
  49. </html>