We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c3b6e commit 1e4e2d1Copy full SHA for 1e4e2d1
frontend/index.html
@@ -1,17 +1,15 @@
1
<!doctype html>
2
<html lang="en">
3
-
4
-<head>
5
- <meta charset="UTF-8" />
6
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
7
- <meta name="viewport" content="initial-scale=1, width=device-width" />
8
9
- <title>Vite + React + TS</title>
10
-</head>
11
12
-<body>
13
- <div id="root"></div>
14
- <script type="module" src="/src/main.tsx"></script>
15
-</body>
16
17
-</html>
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="initial-scale=1, width=device-width" />
+
+ <title>Vite + React + TS</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>
0 commit comments