mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-01-18 16:18:00 +00:00
feat: Twitter対応
This commit is contained in:
parent
d18496ff30
commit
e5464966c0
1 changed files with 9 additions and 0 deletions
|
@ -11,5 +11,14 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="module" src="main.js"></script>
|
<script type="module" src="main.js"></script>
|
||||||
|
<meta property="og:title" content="ぷっちんぐるぐる" />
|
||||||
|
<meta property="og:description" content="ぐるぐるして遊びます" />
|
||||||
|
<meta property="twitter:card" content="player" />
|
||||||
|
<meta
|
||||||
|
property="twitter:player"
|
||||||
|
content="https://kou029w.github.io/pucchinglgl/"
|
||||||
|
/>
|
||||||
|
<meta property="twitter:player:width" content="360" />
|
||||||
|
<meta property="twitter:player:height" content="360" />
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue