platform/FileNotFound.aspx

25 lines
714 B
Plaintext
Raw Permalink Normal View History

2024-02-18 23:33:54 +08:00
<%@ Page Language="C#" MasterPageFile="masterPage.master" AutoEventWireup="true" CodeFile="FileNotFound.aspx.cs" Inherits="FileNotFound" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="80%" class="Table_Border" align="center">
<tr>
<td >
<asp:Label ID="lbTitle" runat="server" ForeColor="Red" Text="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"></asp:Label>
</td>
</tr>
<tr>
<td>
<br />
<asp:Label ID="lbErrtrace" runat="server" ForeColor="Red" Height="130px" ></asp:Label>
</td>
</tr>
</table>
</asp:Content>