12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="format-detection" content="telephone=no">
- <meta name="msapplication-tap-highlight" content="no">
- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <!--星球会-->
- <!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/ihone.png">
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/ihone.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/ihone.png">
- <link rel="apple-touch-icon-precomposed" href="./static/ihone.png">
- <link rel="icon" type="image/x-icon" href="static/ihone.ico"> -->
- <!--记账宝-->
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/xinjiang2.png">
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/xinjiang2.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/xinjiang2.png">
- <link rel="apple-touch-icon-precomposed" href="./static/xinjiang2.png">
- <link rel="icon" type="image/x-icon" href="static/xinjiang2.ico">
- <!--河南全盈体育-->
- <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/hn.png">
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/hn.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/hn.png">
- <link rel="apple-touch-icon-precomposed" href="./static/hn.png">
- <link rel="icon" type="image/x-icon" href="static/hn.ico">-->
- <title>记账宝</title>
- <!--<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=F9a462c0fea7ee93424e235b9483ce78"></script>-->
- </head>
- <body>
- <div id="app"></div>
- <!-- <script>
- (function() {
- var html = document.documentElement;
- var width = html.getBoundingClientRect().width;
- if(width <= 750){
- html.style.fontSize = width / 15 + 'px';
- }else{
- html.style.fontSize = 750/15 + 'px';
- }
- })()
- </script> -->
- <style>
- .mint-toast{z-index: 3001!important;}
- </style>
- </body>
- </html>
|