index.htm 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <script>
  6. //百度网站访问统计
  7. var _hmt = _hmt || [];
  8. (function() {
  9. var hm = document.createElement("script");
  10. hm.src = "https://hm.baidu.com/hm.js?071c34a65e4f5b9f421df311f28b5f4a";
  11. var s = document.getElementsByTagName("script")[0];
  12. s.parentNode.insertBefore(hm, s);
  13. })();
  14. </script>
  15. <title>升级中</title>
  16. <style type="text/css">
  17. body {
  18. margin-left: 0px;
  19. margin-top: 0px;
  20. margin-right: 0px;
  21. margin-bottom: 0px;
  22. background-color: #b2b2b2;
  23. }
  24. #thistable {
  25. overflow:hidden;
  26. padding:0;
  27. margin:0;
  28. }
  29. </style>
  30. </head>
  31. <script src="http://libs.baidu.com/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(function(){
  34. var thiswidth = $(document.body).width();
  35. if(thiswidth == 255){
  36. $('#thistable').width(280);
  37. $('#thistable').height(625);
  38. }else {
  39. $('#thistable').width(280);
  40. $('#thistable').height(635);
  41. }
  42. })
  43. </script>
  44. <body>
  45. <div id="thistable" style="height:610px; width:280px;"><img src="img/shunshi.jpg" alt="" width="100%" height="100%" usemap="#Map"/>
  46. <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">
  47. <area shape="rect" coords="25,531,244,574" href="http://wpa.b.qq.com/cgi/wpa.php?ln=1&amp;key=XzkzODAyOTMyM18xOTM3NjhfNDAwMDA2MDA2N18yXw">
  48. <area shape="circle" coords="40,362,35" href="javascript:alert('号码精灵APP即将上线,敬请期待...')" target="_blank">
  49. </map>
  50. </div>
  51. </body>
  52. </html>