File tree Expand file tree Collapse file tree 6 files changed +42
-35
lines changed Expand file tree Collapse file tree 6 files changed +42
-35
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < head >
4
- < meta charset ="utf-8 " />
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < link rel ="stylesheet " href ="/base.css " />
7
- <!-- head -->
8
- </ head >
9
- < body >
10
- < div id ="root "> <!-- element --> </ div >
11
- </ body >
12
- <!-- hydration -->
13
- < script type ="module " src ="$app/mount.js "> </ script >
14
- </ html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < link rel ="stylesheet " href ="/base.css " />
7
+ </ head >
8
+ < div id ="root "> <!-- element --> </ div >
9
+ <!-- hydration -->
10
+ < script type ="module " src ="$app/mount.js "> </ script >
11
+ </ html >
Original file line number Diff line number Diff line change
1
+ server.js
1
2
client /dist
2
3
node_modules
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
- < html >
3
- < head >
4
- < meta charset ="utf-8 " />
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < link rel ="stylesheet " href ="/base.css " />
7
- <!-- head -->
8
- </ head >
9
- < body >
10
- < div id ="root "> <!-- element --> </ div >
11
- </ body >
12
- <!-- hydration -->
13
- < script type ="module " src ="/$app/mount.ts "> </ script >
14
- </ html >
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 ">
6
+ </ head >
7
+ < link rel ="stylesheet " href ="/base.css " />
8
+ < div id ="root "> <!-- element --> </ div >
9
+ <!-- hydration -->
10
+ < script type ="module " src ="/$app/mount.ts "> </ script >
11
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < meta charset ="utf-8 " />
3
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ </ head >
4
7
< link rel ="stylesheet " href ="/base.css " />
5
8
< div id ="root "> <!-- element --> </ div >
6
9
<!-- hydration -->
7
- < script type ="module " src ="/$app/mount.js "> </ script >
10
+ < script type ="module " src ="/$app/mount.js "> </ script >
11
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < meta charset ="utf-8 " />
3
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ </ head >
4
7
< link rel ="stylesheet " href ="/base.css " />
5
8
< div id ="root "> <!-- element --> </ div >
6
9
<!-- hydration -->
7
- < script type ="module " src ="/$app/mount.js "> </ script >
10
+ < script type ="module " src ="/$app/mount.js "> </ script >
11
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < meta charset ="utf-8 " />
3
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ </ head >
4
7
< link rel ="stylesheet " href ="/base.css " />
5
8
< div id ="root "> <!-- element --> </ div >
6
9
<!-- hydration -->
7
- < script type ="module " src ="/$app/mount.ts "> </ script >
10
+ < script type ="module " src ="/$app/mount.ts "> </ script >
11
+ </ html >
You can’t perform that action at this time.
0 commit comments