1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>首页</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
- <meta name="author" content="Roobo:F2E">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <meta name="renderer" content="webkit">
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="msapplication-TileImage" content="favicon.png">
- <meta name="msapplication-TileColor" content="#ffffff">
- <!------------------------------------------------------------------->
- <script src="js/config/base_config.js"></script>
- <script src="js/lib/jquery-1.9.1/jquery.min.js"></script>
- <link rel="stylesheet" type="text/css" href="css/css02.css">
- </head>
- <body style="min-width: 600px;overflow-x: scroll;padding: 20px;">
- </body>
- </html>
|