40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Batch Import Admin Redirect</title>
|
|
<meta http-equiv="refresh" content="0; url=/portal/admin-batch-import.html">
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
display: grid;
|
|
place-items: center;
|
|
font-family: "IBM Plex Sans", "Noto Sans SC", "PingFang SC", sans-serif;
|
|
background: linear-gradient(180deg, #f8f3ea 0%, #efe5d7 100%);
|
|
color: #1f1a16;
|
|
}
|
|
.card {
|
|
width: min(34rem, calc(100vw - 2rem));
|
|
padding: 28px;
|
|
border-radius: 24px;
|
|
border: 1px solid rgba(31, 26, 22, 0.12);
|
|
background: rgba(255,252,246,0.92);
|
|
box-shadow: 0 20px 60px rgba(46, 37, 28, 0.08);
|
|
}
|
|
a {
|
|
color: #0c6cc9;
|
|
font-weight: 700;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main class="card">
|
|
<h1>正在跳转到导入供应商帐号页面</h1>
|
|
<p>如果浏览器没有自动跳转,请手动打开:</p>
|
|
<p><a href="/portal/admin-batch-import.html">/portal/admin-batch-import.html</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|