diff options
Diffstat (limited to 'pokeworld/index.html')
| -rw-r--r-- | pokeworld/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pokeworld/index.html b/pokeworld/index.html index 36d0103..02a84d5 100644 --- a/pokeworld/index.html +++ b/pokeworld/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | Home</title> <link rel="stylesheet" href="./css/style.css"> + <meta property="og:image:width" content="279"> + <meta property="og:image:height" content="279"> + <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. "> + <meta property="og:title" content="Universe"> + <meta property="og:url" content="http://universedevgroup.net/"> + <meta property="og:image" content="http://universedevgroup.net/og-image.jpg"> </head> <body> <header> |
