File tree Expand file tree Collapse file tree
packages/create-router/templates/bundler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!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 > TanStack Router</ title >
7+ < script src ="https://cdn.tailwindcss.com "> </ script >
8+ </ head >
9+
10+ < body >
11+ < div id ="app "> </ div >
12+ </ body >
13+ </ html >
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Vite App </ title >
6+ < title > TanStack Router </ title >
77 < script src ="https://cdn.tailwindcss.com "> </ script >
88 < style type ="text/tailwindcss ">
99 html {
1717 }
1818 </ style >
1919 </ head >
20+
2021 < body >
2122 < div id ="app "> </ div >
2223 < script type ="module " src ="/src/main.tsx "> </ script >
Original file line number Diff line number Diff line change 1+ <!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 > TanStack Router</ title >
7+ < script src ="https://cdn.tailwindcss.com "> </ script >
8+ </ head >
9+
10+ < body >
11+ < div id ="app "> </ div >
12+ </ body >
13+ </ html >
You can’t perform that action at this time.
0 commit comments