File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Astute Crow - Hello World</ title >
7+
8+ <!-- OGP設定 -->
9+ < meta property ="og:title " content ="Astute Crow ">
10+ < meta property ="og:description " content ="TypeScript + Vite を使用したモダンなWebアプリケーション ">
11+ < meta property ="og:image " content ="https://github.com/user-attachments/assets/8520303b-c4c9-4748-a921-e15f58c6d1dc ">
12+ < meta property ="og:url " content ="https://mrsmart00.github.io/astute-crow/ ">
13+ < meta property ="og:type " content ="website ">
14+
15+ <!-- Twitter Card設定 -->
16+ < meta name ="twitter:card " content ="summary_large_image ">
17+ < meta name ="twitter:title " content ="Astute Crow ">
18+ < meta name ="twitter:description " content ="TypeScript + Vite を使用したモダンなWebアプリケーション ">
19+ < meta name ="twitter:image " content ="https://github.com/user-attachments/assets/8520303b-c4c9-4748-a921-e15f58c6d1dc ">
720</ head >
821< body >
922 < div id ="app "> </ div >
You can’t perform that action at this time.
0 commit comments