Some more HTML cleanup
This commit is contained in:
parent
b9258c351f
commit
f35948ed9c
1 changed files with 3 additions and 8 deletions
|
@ -8,12 +8,7 @@
|
|||
|
||||
<meta name="application-name" property="og:title" content="Shark Game" />
|
||||
<meta name="author" content="Toby https://tobot.dev/" />
|
||||
<meta
|
||||
property="og:description"
|
||||
property="description"
|
||||
name="description"
|
||||
content="A web game about resources, discovery and sharks."
|
||||
/>
|
||||
<meta name="description" property="description" content="A web game about resources, discovery and sharks." />
|
||||
<meta name="keywords" content="sharkgame,shark,game,incremental,clicker,idle,cirr,cirrial" />
|
||||
<meta name="referrer" content="never" />
|
||||
<meta name="theme-color" content="#2e4372" />
|
||||
|
@ -22,8 +17,8 @@
|
|||
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta property="og:image" property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta property="og:image:secure_url" property="image" content="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||
<meta name="image" 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" />
|
||||
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="200" />
|
||||
|
|
Reference in a new issue