404.aspx 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="404.aspx.cs" Inherits="CB.Web._404" %>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>您所访问的页面已经不存在...彩吧助手</title>
  7. <style type="text/css" media="all">
  8. *{margin:0px;padding:0px;font-family:Arial;}
  9. body{background:#f9f9f9;}
  10. .main{margin:0px auto;clear:both;width:800px;}
  11. .bg{ border:10px solid #3B5998; background:url(/static/images/site-error-bg.gif) no-repeat center center;width:780px;height:450px;margin-top:15px}
  12. h1{font-size:20px;color:#FF0000; font-family:'微软雅黑';}
  13. p{font-size:14px;color:#00;margin:10px 0px 5px 10px;}
  14. h2{font-size:18px;color:#ff0000;font-family:'微软雅黑';font-weight:normal;}
  15. .bg2{border:10px solid #3B5998;border-width:0px 10px 10px 10px;width:780px;height:260px;color:#999;}
  16. .bg2 a{font-size:13px;}
  17. </style>
  18. </head>
  19. <body>
  20. <div class="main">
  21. <div class="bg">
  22. <table width="780" border="0" cellspacing="0" cellpadding="0">
  23. <tr>
  24. <td width="296" height="278">&nbsp;</td>
  25. <td colspan="2"><h1>出错啦:您所访问的页面已经不存在!</h1>
  26. <br />
  27. <br />
  28. <p>1、您可以试着访问彩吧的其他内容,此页面将在5秒后转向到首页。</p>
  29. <p>2、可以<a href="http://www.55128.cn/">点击此处</a>,直接到彩吧助手首页。</p></td>
  30. </tr>
  31. <tr>
  32. <td height="53">&nbsp;</td>
  33. <td align="right">&nbsp;</td>
  34. <td align="right">&nbsp;</td>
  35. </tr>
  36. <tr>
  37. <td height="94">&nbsp;</td>
  38. <td width="414" align="right"><a href="http://www.55128.cn/">
  39. <img src="/static/images/logo.gif" alt="" width="180" height="67" border="0" /></a></td>
  40. <td width="70" align="right">&nbsp;</td>
  41. </tr>
  42. </table>
  43. </div>
  44. <div class="bg2">
  45. <table width="780" border="0" cellspacing="0" cellpadding="0">
  46. <tr>
  47. <td width="17" height="54">&nbsp;</td>
  48. <td width="763"><h2>更多中国彩吧精彩内容:</h2></td>
  49. </tr>
  50. <tr>
  51. <td height="106">&nbsp;</td>
  52. <td valign="middle"><strong style="color:#333;">福彩:</strong><a href="http://zx.55128.cn/3d/14.htm">福彩3D</a> - <a href="http://zx.55128.cn/3d/3dyc_list/15.htm">3D预测</a> - <a href="http://www.55128.cn/zs/sd.aspx">3D走势图</a> - <a href="http://www.55128.cn/tool/3dss.aspx">3D免费缩水软件</a> - <a href="http://www.55128.cn/tool/ssq_ss.aspx">双色球缩水软件</a> - <a href="http://www.55128.cn/zs/4_42.htm">双色球蓝球走势图</a> - <a href="http://www.55128.cn/zs/5_34.htm">七乐彩出号走势图</a>
  53. <br />
  54. <br />
  55. <strong style="color:#333;">体彩:</strong><a href="http://zx.55128.cn/p3/22.htm">排列三</a> - <a href="http://zx.55128.cn/p3/p3yc_list/23.htm">P3预测</a> - <a href="http://www.55128.cn/zs/2_14.htm">P3走势图</a> - <a href="http://www.55128.cn/tool/p3ss.aspx">P3免费缩水软件</a> - <a href="http://www.55128.cn/tool/dlt_qss.aspx">大乐透缩水软件</a> - <a href="http://www.55128.cn/zs/12_96.htm">大乐透出号走势图</a> - <a href="http://www.55128.cn/zs/9_61.htm">22选5出号走势图</a>
  56. <br />
  57. <br />
  58. <strong style="color:#333;">其他:</strong><a href="http://kjh.55128.cn/">开奖公告</a> - <a href="http://tk.55128.cn/">图库</a> - <a href="http://www.cailele.com">网上购彩</a> - <a href="http://www.55128.cn/yl/">遗漏分析</a> - <a href="http://tk.55128.cn/tk/home/gallerywrap">图谜</a> - <a href="http://www.55128.cn/help/">帮助</a> - <a href="http://www.55128.cn/yl/">遗漏</a> - <a href="http://www.55128.cn">彩吧助手</a> - <a href="http://www.55128.cn/zs/12_96.htm">大乐透走势图</a> - <a href="http://www.55128.cn/zs/100_971.htm">河北11选5基本走势图</a> - <a href="http://www.55128.cn/zs/59_349.htm">四川快乐12基本走势图</a></td>
  59. </tr>
  60. </table>
  61. </div>
  62. </div>
  63. </body>
  64. </html>