Skip to content

Commit d3ec85a

Browse files
Update page title to Russian and add favicon
Co-Authored-By: bossincrypto@gmail.com <bossincrypto@gmail.com>
1 parent a940452 commit d3ec85a

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="ru">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>password-generator</title>
7+
<title>Генератор паролей</title>
88
</head>
99
<body>
1010
<div id="root"></div>

public/favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)