Files
pear-admin-flask/templates/view/system/person.html
T
2023-10-31 21:53:30 +08:00

11 lines
186 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>个人资料</title>
</head>
<body class="pear-container">
个人资料页
</body>
</html>