mmic-plugin-manager/templates/index.html

21 lines
199 B
HTML
Raw Normal View History

2024-05-14 17:01:02 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> ${title} 首页 </title>
</head>
<body>
<%
include("head.html"){}
%>
<li>1.</li>
<%
include("foot.html"){}
%>
</body>
</html>