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/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">
-
-
- <title>记账宝</title>
-
- </head>
- <body>
- <div id="app"></div>
-
- <style>
- .mint-toast{z-index: 3001!important;}
- </style>
- </body>
- </html>
|