Skip to content

Commit 34b0f69

Browse files
committed
chore: Update favicon and metadata for PokeDex page
1 parent 039d8c0 commit 34b0f69

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Tauri + React + Typescript</title>
8-
</head>
93

10-
<body>
11-
<div id="root"></div>
12-
<script type="module" src="/src/main.tsx"></script>
13-
</body>
14-
</html>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/PokeDex.png" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="description" content="PokeDex helps you find the most effective attack during a Pokemon battle." />
9+
<meta name="author" content="InfiniteL8p" />
10+
<title>PokeDex</title>
11+
</head>
12+
13+
<body>
14+
<div id="root"></div>
15+
<script type="module" src="/src/main.tsx"></script>
16+
</body>
17+
18+
</html>

0 commit comments

Comments
 (0)