qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <link rel="stylesheet" type="text/css" href="mobileui/style.css"> |
| 5 | <meta name="format-detection" content="telephone=no"> |
| 6 | <meta charset="utf-8"> |
| 7 | <meta name="msapplication-tap-highlight" content="no"> |
| 8 | <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"> |
| 9 | <link rel="stylesheet" type="text/css" href="css/index.css"> |
| 10 | <link rel="stylesheet" type="text/css" href="css/index.css"> |
| 11 | <link rel="stylesheet" type="text/css" href="css/aui.css"> |
| 12 | <link rel="stylesheet" type="text/css" href="css/weui.min.css"> |
| 13 | <link rel="stylesheet" type="text/css" href="css/jquery-weui.min.css"> |
| 14 | <title>错误</title> |
| 15 | </head> |
| 16 | <body> |
| 17 | <header class="aui-bar aui-bar-nav" style="padding-top:25px;"> |
| 18 | <a class="aui-pull-left" href="javascript:window.history.back();"> |
| 19 | <span class="aui-iconfont aui-icon-left"></span> |
| 20 | </a> |
| 21 | <div class="aui-title">错误</div> |
| 22 | </header> |
| 23 | <p style="padding:10px;text-align: center;">系统错误</p> |
| 24 | <script type="text/javascript" src="cordova.js"></script> |
| 25 | </body> |
| 26 | </html> |