web-index/deepagens-static/privacy.html
2025-10-24 09:55:24 +08:00

36 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>隐私与条款深度未来Deepagens</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="nav">
<div class="container nav-inner">
<div class="logo">Deepagens</div>
<nav>
<a href="index.html">首页</a>
<a href="privacy.html">隐私政策</a>
<a href="privacy.html">使用条款</a>
<a href="privacy.html">GDPR声明</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>隐私与合规</h1>
<p class="sub">占位GDPR/CCPA合规、Cookie策略与用户权利说明。</p>
</div>
</section>
<section class="section">
<div class="container">
<div class="card"><h3>隐私政策</h3><p>数据收集、使用与存储。</p></div>
<div class="card"><h3>使用条款</h3><p>服务使用的规则与限制。</p></div>
<div class="card"><h3>GDPR声明</h3><p>数据主体权利与请求方式。</p></div>
</div>
</section>
</body>
</html>