heatkeys.net Ads.txt file
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="3;url=/" />
<title>404 页面未找到 - 返回首页</title>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
}
.container {
max-width: 600px;
}
h1 {
font-size: 100px;
margin: 0;
color: #DA394B;
}
h2 {
font-size: 24px;
margin: 10px 0 20px;
}
p {
font-size: 16px;
margin-bottom: 30px;
}
a {
display: inline-block;
padding: 10px 20px;
background-color: #DA394B;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s ease;
}
a:hover {
background-color: #b92f3c;
}
.spider-tip {
margin-top: 40px;
font-size: 12px;
color: #888;
}
</style>
</head>
<body>
<div class="container">
<h1>404</h1>
<h2>页面未找到</h2>
<p>抱歉,您访问的页面不存在、已被删除或地址错误。</p>
<a href="/">返回首页</a>
<div class="spider-tip">
如果你是搜索引擎,请注意此页面为自定义404错误页,不应被收录。
</div>
</div>
</body>
</html>