39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
|
|
<!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="solutions.html">解决方案</a>
|
|||
|
|
<a href="cases.html">成功案例</a>
|
|||
|
|
<a href="pricing.html">定价</a>
|
|||
|
|
<a href="resources.html">资源库</a>
|
|||
|
|
<a href="about.html">关于我们</a>
|
|||
|
|
<a href="contact.html" class="btn btn-outline">联系我们</a>
|
|||
|
|
</nav>
|
|||
|
|
</div>
|
|||
|
|
</header>
|
|||
|
|
<section class="hero">
|
|||
|
|
<div class="container">
|
|||
|
|
<h1>资源中心</h1>
|
|||
|
|
<p class="sub">白皮书、产品手册、开发文档等,支持下载与演示。</p>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<section class="resources">
|
|||
|
|
<div class="container grid-3">
|
|||
|
|
<div class="card"><h3>AI搜索营销白皮书</h3><p>填写信息后获取下载链接。</p></div>
|
|||
|
|
<div class="card"><h3>产品手册</h3><p>PDF/PPT模板。</p></div>
|
|||
|
|
<div class="card"><h3>开发者文档</h3><p>API与SDK占位。</p></div>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
</body>
|
|||
|
|
</html>
|