This commit is contained in:
vipg
2025-11-12 16:44:02 +08:00
parent d030e07e51
commit 92da92f76f
24 changed files with 653 additions and 390 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>资产辅助系统</title>
<!-- 自动跳转到登录页 -->
<meta http-equiv="refresh" content="0;url=src/pages/login.html">
</head>
<body>
<p>正在跳转到登录页... 如果没有自动跳转,请<a href="src/pages/login.html">点击这里</a></p>
</body>
</html>