mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-11 18:31:22 +08:00
fix(projects): correct HTML lang attribute to standard format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-cmn-Hans">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
|
||||
Reference in New Issue
Block a user