| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <script>
- //百度网站访问统计
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?071c34a65e4f5b9f421df311f28b5f4a";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <title>升级中</title>
- <style type="text/css">
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- background-color: #b2b2b2;
- }
- #thistable {
- overflow:hidden;
- padding:0;
- margin:0;
- }
- </style>
- </head>
- <script src="http://libs.baidu.com/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(function(){
- var thiswidth = $(document.body).width();
- if(thiswidth == 255){
- $('#thistable').width(280);
- $('#thistable').height(620);
- }else {
- $('#thistable').width(280);
- $('#thistable').height(635);
- }
- })
- </script>
- <body>
- <div id="thistable" style="height:610px; width:280px;"><img src="img/shunshi.jpg" alt="" width="100%" height="100%" usemap="#Map"/>
- <map name="Map"><area shape="circle" coords="228,361,35" href="http://www.kh8.cc/" target="_blank"><area shape="circle" coords="133,362,35" href="http://www.kh8.cc/" target="_blank">
- <area shape="rect" coords="25,531,244,574" href="http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzkzODAyOTMyM18xOTM3NjhfNDAwMDA2MDA2N18yXw">
- <area shape="circle" coords="40,362,35" href="javascript:alert('号码精灵APP即将上线,敬请期待...')" target="_blank">
- </map>
- </div>
- </body>
- </html>
|