1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="404.aspx.cs" Inherits="CB.Web._404" %>
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>您所访问的页面已经不存在...彩吧助手</title>
- <style type="text/css" media="all">
- *{margin:0px;padding:0px;font-family:Arial;}
- body{background:#f9f9f9;}
- .main{margin:0px auto;clear:both;width:800px;}
- .bg{ border:10px solid #3B5998; background:url(/static/images/site-error-bg.gif) no-repeat center center;width:780px;height:450px;margin-top:15px}
- h1{font-size:20px;color:#FF0000; font-family:'微软雅黑';}
- p{font-size:14px;color:#00;margin:10px 0px 5px 10px;}
- h2{font-size:18px;color:#ff0000;font-family:'微软雅黑';font-weight:normal;}
- .bg2{border:10px solid #3B5998;border-width:0px 10px 10px 10px;width:780px;height:260px;color:#999;}
- .bg2 a{font-size:13px;}
- </style>
- </head>
- <body>
- <div class="main">
- <div class="bg">
- <table width="780" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="296" height="278"> </td>
- <td colspan="2"><h1>出错啦:您所访问的页面已经不存在!</h1>
- <br />
- <br />
- <p>1、您可以试着访问彩吧的其他内容,此页面将在5秒后转向到首页。</p>
- <p>2、可以<a href="http://www.55128.cn/">点击此处</a>,直接到彩吧助手首页。</p></td>
- </tr>
- <tr>
- <td height="53"> </td>
- <td align="right"> </td>
- <td align="right"> </td>
- </tr>
- <tr>
- <td height="94"> </td>
- <td width="414" align="right"><a href="http://www.55128.cn/">
- <img src="/static/images/logo.gif" alt="" width="180" height="67" border="0" /></a></td>
- <td width="70" align="right"> </td>
- </tr>
- </table>
- </div>
- <div class="bg2">
- <table width="780" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="17" height="54"> </td>
- <td width="763"><h2>更多中国彩吧精彩内容:</h2></td>
- </tr>
- <tr>
- <td height="106"> </td>
- <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>
- <br />
- <br />
- <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>
- <br />
- <br />
- <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>
- </tr>
- </table>
- </div>
- </div>
- </body>
- </html>
|