init: sxbh.ltd 官网初始提交
- nginx 安全加固 (CSP, HSTS, 缓存策略) - 共享 style.css - 138个页面全部接入 Co-authored-by: Hermes AI <agent@hermes>
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
.cover {
|
||||
width: 1200px; height: 675px;
|
||||
background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 35%, #2d1010 100%);
|
||||
display: flex; flex-direction: column; justify-content: center;
|
||||
padding: 60px 70px;
|
||||
position: relative; overflow: hidden;
|
||||
font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
}
|
||||
.cover::before {
|
||||
content: '';
|
||||
position: absolute; top: -250px; right: -150px;
|
||||
width: 600px; height: 600px;
|
||||
background: radial-gradient(circle, rgba(180,30,30,0.12) 0%, transparent 70%);
|
||||
border-radius: 50%;
|
||||
}
|
||||
.cover::after {
|
||||
content: '⚠️'; position: absolute; left: 50px; bottom: 50px;
|
||||
font-size: 80px; opacity: 0.04;
|
||||
}
|
||||
.badge {
|
||||
display: inline-block; align-self: flex-start;
|
||||
background: rgba(180,30,30,0.2);
|
||||
border: 1px solid rgba(180,30,30,0.4);
|
||||
color: #cc5555; padding: 6px 16px; border-radius: 20px;
|
||||
font-size: 13px; letter-spacing: 2px; margin-bottom: 20px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 40px; font-weight: 700; color: #e8d8d8;
|
||||
line-height: 1.3; margin-bottom: 14px;
|
||||
max-width: 850px;
|
||||
}
|
||||
h1 em {
|
||||
background: linear-gradient(135deg, #cc5555, #ee8888);
|
||||
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
|
||||
font-style: normal;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 15px; color: rgba(255,255,255,0.45);
|
||||
line-height: 1.6; margin-bottom: 28px;
|
||||
max-width: 700px;
|
||||
}
|
||||
.stats {
|
||||
display: flex; gap: 20px; margin-top: auto;
|
||||
}
|
||||
.stat-card {
|
||||
background: rgba(255,255,255,0.04);
|
||||
border: 1px solid rgba(255,255,255,0.08);
|
||||
border-radius: 8px; padding: 12px 18px;
|
||||
}
|
||||
.stat-card .num {
|
||||
font-size: 22px; font-weight: 700; color: #cc6666;
|
||||
}
|
||||
.stat-card .label {
|
||||
font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 2px;
|
||||
}
|
||||
.bottom {
|
||||
margin-top: 32px;
|
||||
display: flex; justify-content: space-between; align-items: flex-end;
|
||||
border-top: 1px solid rgba(255,255,255,0.06);
|
||||
padding-top: 16px;
|
||||
}
|
||||
.bottom .left { font-size: 11px; color: rgba(255,255,255,0.25); }
|
||||
.bottom .right { font-size: 11px; color: rgba(255,255,255,0.25); }
|
||||
</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="cover">
|
||||
<div class="badge">⚠️ 居安思危 · AI安全</div>
|
||||
<h1>Claude被阿里限期卸载,<br>代码里扒出隐藏监视逻辑——<br>你的AI工具,<em>真的可控吗?</em></h1>
|
||||
<div class="subtitle">当AI进入生产流就不再只是工具,它会顺手把整个组织的运行轨迹带走</div>
|
||||
<div class="stats">
|
||||
<div class="stat-card">
|
||||
<div class="num">7月10日</div>
|
||||
<div class="label">阿里限期卸载截止</div>
|
||||
</div>
|
||||
<div class="stat-card">
|
||||
<div class="num">闭源→开源</div>
|
||||
<div class="label">代码可否审计决定信任</div>
|
||||
</div>
|
||||
<div class="stat-card">
|
||||
<div class="num">可控 > 好用</div>
|
||||
<div class="label">企业AI新法则</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="left">📅 2026年7月5日</div>
|
||||
<div class="right">一切皆如 · 编辑</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user