<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>认证服务</title>
<style>
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0;background:#f5f5f5;color:#333}
.container{text-align:center;padding:48px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,0.1);max-width:520px;margin:20px}
h1{font-size:22px;margin:0 0 16px 0;color:#1a1a1a}
p{font-size:14px;line-height:1.7;color:#666;margin:0 0 8px 0}
.icon{margin-bottom:16px}
a{color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
</style>
</head>
<body>
<div class="container">
<div class="icon"><img src="/cert-test-logo.png" alt="PB" style="width:120px;height:auto;"></div>
<h1>身份认证服务</h1>
<p>这是一个专用认证平台，仅用于企业安全浏览器激活登录流程，所有访问都会被记录日志。</p>
<p>请通过下载安装 PB 浏览器完成登录门户访问。</p>
<p><a href="https://get.pabrowser.com">PB浏览器下载地址 https://get.pabrowser.com</a></p>
</div>
</body>
</html>