Skip to content

Commit 2c8f5ec

Browse files
committed
fix(projects): correct HTML lang attribute to standard format
1 parent 7e7a53c commit 2c8f5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)