-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
50 lines (47 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="ChainMap AI:追踪产业热点与公司调研,以产业思维梳理投资框架。" />
<link rel="canonical" href="https://chainmapai.com/" />
<meta property="og:title" content="ChainMap AI · 产业投研" />
<meta property="og:url" content="https://chainmapai.com/" />
<meta property="og:description" content="产业科普 → 公司分析 → 思维框架" />
<title>ChainMap AI · 产业投研</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body class="page-home">
<header class="site-header">
<div class="header-inner">
<a href="index.html" class="logo">ChainMap <span class="logo-accent">AI</span></a>
<button type="button" class="nav-toggle" aria-label="打开菜单" aria-expanded="false"></button>
<nav class="nav" id="site-nav">
<a href="index.html" class="is-active">首页</a>
<a href="hot-topics.html">AI产业链</a>
<a href="companies.html">热门公司分析</a>
</nav>
</div>
</header>
<main class="page-enter">
<section class="hero hero--landing" aria-label="站点理念">
<div class="hero-bg" aria-hidden="true"></div>
<div class="hero-content hero-content--home">
<h1 class="hero-title"><span class="hero-title-accent">产业投研</span></h1>
<p class="hero-motto" aria-label="全力以赴不留遗憾">全力以赴 · 不留遗憾</p>
<p class="hero-lead hero-lead--tight">追踪产业热点与公司调研,以产业思维梳理投资框架。</p>
</div>
</section>
</main>
<footer class="site-footer site-footer--home">
<div class="container footer-home">
<p class="footer-home-note">本站为产业科普与思维框架,不构成任何投资建议。</p>
<p class="footer-home-copy">© 2026 ChainMap AI</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>