File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
docs/2-browser-apps/05-css-layout Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22< html lang ="ja ">
33 < head >
44 < meta charset ="utf-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
56 < title > 料金プラン</ title >
67 < link rel ="stylesheet " href ="./style.css " />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
88 </ head >
99 < body >
1010 < div id ="container ">
Original file line number Diff line number Diff line change 22< html lang ="ja ">
33 < head >
44 < meta charset ="utf-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
56 < title > 料金プラン</ title >
67 < link rel ="stylesheet " href ="./style.css " />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
88 </ head >
99 < body >
1010 < div id ="container ">
Original file line number Diff line number Diff line change 22< html lang ="ja ">
33 < head >
44 < meta charset ="utf-8 " />
5- < title > My Site</ title >
65 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > My Site</ title >
77 < link rel ="stylesheet " href ="./style.css " />
88 </ head >
99 < body >
Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ HTMLは次のものを使用してください。
483483<html lang =" ja" >
484484 <head >
485485 <meta charset =" utf-8" />
486- <title >My Site</title >
487486 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
487+ <title >My Site</title >
488488 <link rel =" stylesheet" href =" ./style.css" />
489489 </head >
490490 <body >
You can’t perform that action at this time.
0 commit comments