Files
g.hnyhua.cn/Mtxfw.shop/_Admin/Index.aspx
2026-02-07 15:48:27 +08:00

20 lines
898 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="Mtxfw.shop._admin.Index" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%=this.WebName %> - 后台管理中心</title>
<style></style>
</head>
<frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frameset cols="178,*" frameborder="no" border="0" framespacing="0">
<frame src="left.aspx" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" />
<frame src="main.aspx" name="mainFrame" id="mainFrame" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>