Skip to content

Commit fd166a9

Browse files
committed
added favicon
1 parent 9f25e79 commit fd166a9

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

index.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Finance Tracker - Manage Your Money Easily!</title>
7+
<link rel="icon" type="image/x-icon" href="/src/assets/LogoMobile.png" />
8+
</head>
39

4-
<head>
5-
<meta charset="UTF-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Finance Tracker - Manage Your Money Easily!</title>
8-
</head>
9-
10-
<body>
11-
<div id="root"></div>
12-
<script type="module" src="/src/main.jsx"></script>
13-
</body>
14-
15-
</html>
10+
<body>
11+
<div id="root"></div>
12+
<script type="module" src="/src/main.jsx"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)