Skip to content

Commit 1e4e2d1

Browse files
committed
Run formatting
1 parent 64c3b6e commit 1e4e2d1

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

frontend/index.html

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<!doctype html>
22
<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>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="initial-scale=1, width=device-width" />
7+
8+
<title>Vite + React + TS</title>
9+
</head>
10+
11+
<body>
12+
<div id="root"></div>
13+
<script type="module" src="/src/main.tsx"></script>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)