You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="OT.Web.Error" %>
<!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> <title>Travel4U</title> <link href="./App_Themes/default/theme.css" rel="stylesheet" type="text/css" /> <link type="text/css" rel="stylesheet" href="./App_Themes/default/font-awesome.min.css"> <!--���r--> <meta http-equiv="Content-Type" content="text/html; charset=big5" /> <script type="text/javascript"> <!-- if (window != top) { top.location.href = location.href; } //--> </script> </head> <body> <form id="Form1" runat="server"> <div id="" class="message"> <i class="t-red icon-error"></i> <div class="left"> <h2 class="t-red"> ���~�T��<span>404</span></h2> <p> �ܩ��p�A�A�Ҧb�������i��H�U���p�G</p> <ol> <li> <asp:Literal ID="ltrErrMsg" runat="server"></asp:Literal></li> <li>�䤣�컶</li> <li>���}���J���~��</li> <li>�������~</li> </ol> <%--<a href="#"> <asp:Button ID="btnGoBark" CssClass="but-backindex" runat="server" Text="" OnClick="btnGoBark_Click" /></a>--%> <a id="btnGoBark" class="back-butn" href="MainPage.aspx">back</a> </div> <br class="clear" /> </div> </form> </body> </html>
|