Skip to content

Commit 6f63135

Browse files
committed
fix: 修改网页标题为中文 '1. 两数之和 - LeetCode 算法可视化'
1 parent 273842b commit 6f63135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="zh-CN">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>leetcode-1-two-sum</title>
7+
<title>1. 两数之和 - LeetCode 算法可视化</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)