File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ < meta
7+ name ="description "
8+ content ="Practice Go visualization by studying a board position, hiding it, and rebuilding it from memory. "
9+ />
610 < title > Go Visualization Trainer</ title >
11+ < meta property ="og:title " content ="Go Visualization Trainer " />
12+ < meta
13+ property ="og:description "
14+ content ="Practice Go visualization by studying a board position, hiding it, and rebuilding it from memory. "
15+ />
16+ < meta property ="og:type " content ="website " />
17+ < meta property ="og:image " content ="%BASE_URL%og-image.png " />
18+ < meta property ="og:image:width " content ="1200 " />
19+ < meta property ="og:image:height " content ="630 " />
20+ < meta property ="og:image:alt " content ="Go Visualization Trainer with a 9x9 Go board preview. " />
21+ < meta name ="twitter:card " content ="summary_large_image " />
22+ < meta name ="twitter:title " content ="Go Visualization Trainer " />
23+ < meta
24+ name ="twitter:description "
25+ content ="Practice Go visualization by studying a board position, hiding it, and rebuilding it from memory. "
26+ />
27+ < meta name ="twitter:image " content ="%BASE_URL%og-image.png " />
728 </ head >
829 < body >
930 < div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments