ZhiYeJianKang_PeiXun/Song.Site/Manage/Help/About.aspx
2025-02-20 15:41:53 +08:00

23 lines
628 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="Song.Site.Manage.Help.About" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<div id="context">
<p>
<%= copyright["intro"]%></p>
<hr />
<p>
<%= copyright["compay"]%> 感谢您的支持!</p>
<!-- <p>创作人员宋雷鸣10522779@QQ.com</p>-->
<p>
<a href="<%= copyright["url"]%>" target="_blank"><%= copyright["domain"]%></a> &nbsp;
Tel: <%= copyright["tel"]%></p>
</div>
</body>
</html>