Skip to content

Commit b520db3

Browse files
pan0xchonghuangdc
authored andcommitted
fix(projects): correct HTML lang attribute to standard format
1 parent f96c3c9 commit b520db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="zh-cmn-Hans">
2+
<html lang="zh-CN">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.svg" />

0 commit comments

Comments
 (0)