File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed
Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments