Files

22 lines
840 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>宇之然 - 用户管理</title>
<style>
body { margin: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; font-family: system-ui, sans-serif; }
.msg { text-align: center; padding: 20px; }
.msg h2 { font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.msg p { font-size: 14px; opacity: 0.8; }
</style>
<script>window.location.href = '/admin.html#tab=users';</script>
</head>
<body>
<div class="msg">
<h2>用户管理已合并</h2>
<p>正在跳转到 系统管理 → 用户管理...</p>
</div>
</body>
</html>