Less redundant
This commit is contained in:
parent
d52f112b0b
commit
5de8d4a791
1 changed files with 1 additions and 2 deletions
|
@ -13,14 +13,13 @@
|
|||
<meta name="referrer" content="never" />
|
||||
<meta name="theme-color" content="#2e4372" />
|
||||
<meta name="color-scheme" content="normal" />
|
||||
<meta name="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta name="image" property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
||||
<meta property="og:url" content="https://rewrite.shark.tobot.dev/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Shark Game" />
|
||||
<meta property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta property="og:image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta property="og:image:secure_url" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
|
||||
|
|
Reference in a new issue