Skip to content

Commit 63eec49

Browse files
committed
fixes format
1 parent f78131a commit 63eec49

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

playground/react/index.html

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
<!doctype html>
22
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link
6+
rel="icon"
7+
type="image/svg+xml"
8+
href="./favicon.ico"
9+
/>
10+
<meta
11+
name="viewport"
12+
content="width=device-width, initial-scale=1.0"
13+
/>
14+
<title>Corbado React Playground</title>
15+
</head>
316

4-
<head>
5-
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="./favicon.ico" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Corbado React Playground</title>
9-
</head>
10-
11-
<body>
12-
<div id="root"></div>
13-
<script type="module" src="/src/main.tsx"></script>
14-
</body>
15-
16-
</html>
17+
<body>
18+
<div id="root"></div>
19+
<script
20+
type="module"
21+
src="/src/main.tsx"
22+
></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)