web-index/deepagens-static/media.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="solutions.html">解决方案</a>
<a href="media.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="section">
<div class="container grid-3">
<div class="card"><h3>新闻稿</h3><p>新品发布与案例报道。</p></div>
<div class="card"><h3>媒体报道</h3><p>第三方媒体链接。</p></div>
<div class="card"><h3>品牌素材</h3><p>Logo与使用规范。</p></div>
</div>
</section>
</body>
</html>