28 lines
874 B
Plaintext
28 lines
874 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/PopupForm3.Master" AutoEventWireup="true" CodeBehind="404.aspx.cs" Inherits="Education.Forms._404" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
|
<style type="text/css">
|
|
li {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
li span {
|
|
color: red;
|
|
font-weight:bold;
|
|
}
|
|
</style>
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
|
<div style="margin-top: 30px; margin-left: 30px">
|
|
<div style="float: left; height: 128px;">
|
|
<img src="../picture/question.png" />
|
|
</div>
|
|
<div style="float: left; height: auto; margin-left: 10px">
|
|
<h2>您想去哪裡?</h2>
|
|
<ul>
|
|
<li>您要求的頁面不存在,請回到上一頁或是回到首頁。
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|