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.
 
 
 
 
 
 

43 lines
1.6 KiB

<%@ 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">
<!--文字-->
<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">
錯誤訊息<span>404</span></h2>
<p>
很抱歉,你所在的頁面可能有以下狀況:</p>
<ol>
<li>
<asp:Literal ID="ltrErrMsg" runat="server"></asp:Literal></li>
<li>找不到辣</li>
<li>網址輸入錯誤阿</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>