-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.02 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CSV 下载</title>
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans","Liberation Sans",sans-serif;max-width:900px;margin:40px auto;padding:0 16px;line-height:1.6}
code{background:#f6f8fa;padding:2px 6px;border-radius:6px}
a{display:inline-block;margin:6px 0}
</style>
</head>
<body>
<h1>CSV 下载</h1>
<p>文件:<code>公众号文章关键词整理.csv</code></p>
<p><a href="./公众号文章关键词整理.csv" download>点击下载 CSV</a></p>
<hr />
<p>如果浏览器直接打开而不是下载,请右键“另存为”。</p>
<h2>高速数字PCB Layout知识框架</h2>
<ul>
<li><a href="./hd_pcb_layout_framework.opml" download>下载 OPML(推荐导入XMind)</a></li>
<li><a href="./hd_pcb_layout_framework.md" download>下载 Markdown 大纲(XMind也可导入)</a></li>
</ul>
</body>
</html>