|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>One Little Mistake</title> |
| 7 | + <meta name="description" |
| 8 | + content="One Little Mistake - A minimalistic and challenging Dots and Boxes game. Play against the computer across multiple grid sizes and beautiful themes." /> |
| 9 | + <meta name="keywords" content="dots and boxes, game, strategy, minimalistic, web game, react, onelittlemistake" /> |
| 10 | + <meta name="author" content="Steven Selcuk" /> |
| 11 | + <meta name="theme-color" content="#f4ecd8" /> |
| 12 | + |
| 13 | + <!-- Open Graph / Facebook --> |
| 14 | + <meta property="og:type" content="website" /> |
| 15 | + <meta property="og:url" content="https://onelittlemistake.com/" /> |
| 16 | + <meta property="og:title" content="One Little Mistake - Dots and Boxes Game" /> |
| 17 | + <meta property="og:description" |
| 18 | + content="A minimalistic and challenging Dots and Boxes game. Play against the computer and master the grid." /> |
| 19 | + <meta property="og:image" content="https://onelittlemistake.com/og-image.png" /> |
| 20 | + |
| 21 | + <!-- Twitter --> |
| 22 | + <meta property="twitter:card" content="summary_large_image" /> |
| 23 | + <meta property="twitter:url" content="https://onelittlemistake.com/" /> |
| 24 | + <meta property="twitter:title" content="One Little Mistake - Dots and Boxes Game" /> |
| 25 | + <meta property="twitter:description" |
| 26 | + content="A minimalistic and challenging Dots and Boxes game. Play against the computer and master the grid." /> |
| 27 | + <meta property="twitter:image" content="https://onelittlemistake.com/og-image.png" /> |
| 28 | + |
| 29 | + <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> |
| 30 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
| 31 | + <link rel="shortcut icon" href="/favicon.ico" /> |
| 32 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 33 | + <link rel="manifest" href="/site.webmanifest" /> |
| 34 | + <title>One Little Mistake - Dots and Boxes Game</title> |
8 | 35 | </head> |
9 | 36 |
|
10 | 37 | <body> |
|
0 commit comments