添加3个页面,当前为测试用

This commit is contained in:
2024-11-11 15:10:35 +08:00
parent 4c037d08b6
commit 6fd65fc61d
16 changed files with 339 additions and 2 deletions
@@ -0,0 +1,17 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ZHJ_TEST.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>测试页面!</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<f:Image runat="server" ImageUrl="https://i.pximg.net/c/768x1200_80/img-master/img/2023/12/06/04/58/17/113989485_p0_master1200.jpg"></f:Image>
</div>
</form>
</body>
</html>