You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
622 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UserBook.aspx.cs" Inherits="TradeManage.UserBook" %>
<!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>蜜糖ERP使用说明</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<a href="Scripts/sysm.pdf"
style="cursor: pointer; color: Blue; ">使用说明文档下载</a><br />
<embed width="1000" height="600" src="Scripts/sysm.pdf"></embed>
</div>
</form>
</body>
</html>