Skip to content

Commit 72b876b

Browse files
author
勾股
committed
在index.html增加了中文文档的链接
1 parent 3180b07 commit 72b876b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
<body>
77
<h1>Web Components Specifications</h1>
88
<ul>
9-
<li><a href="explainer/">Introduction to Web Components</a></li>
10-
<li><a href="spec/shadow/">Shadow DOM</a></li>
11-
<li><a href="spec/imports/">HTML Imports</a></li>
12-
<li><a href="spec/custom/">Custom Elements</a></li>
9+
<li><a href="explainer/">Introduction to Web Components</a> <a href="zh-cn/explainer/">(中文)</a>
10+
</li>
11+
<li><a href="spec/shadow/">Shadow DOM</a> <a href="zh-cn/spec/shadow/">(中文)</a>
12+
</li>
13+
<li><a href="spec/imports/">HTML Imports</a> <a href="zh-cn/spec/imports/">(中文)</a>
14+
</li>
15+
<li><a href="spec/custom/">Custom Elements</a> <a href="zh-cn/spec/custom/">(中文)</a>
16+
</li>
1317
</ul>
1418
</body>
1519
</html>

0 commit comments

Comments
 (0)