remove meta tags
This commit is contained in:
parent
10565881f2
commit
004a81f6f5
1 changed files with 0 additions and 11 deletions
11
index.html
11
index.html
|
@ -7,17 +7,6 @@
|
|||
<title>Wordle - A daily word game</title>
|
||||
<meta name="description" content="Guess the hidden word in 6 tries. A new puzzle is available each day.">
|
||||
|
||||
<!-- FB Meta Tags -->
|
||||
<meta property="og:url" content="https://www.powerlanguage.co.uk/wordle/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Wordle - A daily word game">
|
||||
<meta property="og:description" content="Guess the hidden word in 6 tries. A new puzzle is available each day.">
|
||||
<meta property="og:image" content="https://www.dailywordle.com/images/wordle_og_1200x630.png">
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="powerlanguage.co.uk">
|
||||
|
||||
<meta name="theme-color" content="#6aaa64" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link href="images/wordle_logo_32x32.png" rel="icon shortcut" sizes="3232" />
|
||||
|
|
Loading…
Reference in a new issue