We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f25e79 commit fd166a9Copy full SHA for fd166a9
index.html
@@ -1,15 +1,14 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<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>
9
-<head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Finance Tracker - Manage Your Money Easily!</title>
-</head>
-
10
-<body>
11
- <div id="root"></div>
12
- <script type="module" src="/src/main.jsx"></script>
13
-</body>
14
15
-</html>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.jsx"></script>
+ </body>
+</html>
0 commit comments