UNIVPLMDataIntegration/Admin.NET/Admin.NET.Web.Entry/Plugins_wwwroot/Admin.NET.Plugin.Pay.Alipay/index.html
2025-03-04 19:25:01 +08:00

17 lines
421 B
HTML

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>HelloWorldPlugin</title>
<!-- 注意:路径, 前置 /plugins/HelloWorldPlugin/ -->
<link href="/plugins/HelloWorldPlugin/css/main.css" rel="stylesheet" />
</head>
<body>
<div id="app">
<h3>HelloWorldPlugin! </h3>
<p>插件的前端文件应当放在 wwwroot 文件夹下</p>
</div>
</body>
</html>