1234567891011121314151617181920212223242526 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <meta name="msapplication-tap-highlight" content="no">
- <link href="Response.css" rel="stylesheet" type="text/css" >
- <script type="text/javascript" src="http://www.1473.cn/uform.js"></script>
- <script src="Response.js" type="text/javascript"></script>
- <title></title>
- </head>
- <body>
- </body>
- </html>
- <script>
- window.onload = function () {
- document.body.appendChild(U.Control.Response.Uresponse());
- }
- </script>
|