
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>网站迁移提示| Website Migration Notice</title>
<style>
body{font-family:sans-serif;background:#f5f5f5;text-align:center;padding-top:120px}
.box{background:#fff;width:420px;margin:auto;padding:30px;border-radius:8px}
a{display:inline-block;margin-top:20px;padding:10px 24px;background:#409eff;color:#fff;text-decoration:none;border-radius:4px}
</style>
</head>
<body>
<div class="box">
<h2>网站地址已迁移<br>The website address has been migrated</h2>
<p>本服务已迁移至新域名：<br>This service has been moved to a new domain:</p>
<p><strong>https://kasperfan.cn</strong></p>
<a href="https://kasperfan.cn">确认并前往(Jump to new domain)</a>
</div>
</body>
</html>