diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:02:19 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 21:02:19 -0400 |
| commit | ee9ddac90cb33a467b5652c769356c93880bf8e2 (patch) | |
| tree | 65747de4fa30aeb02dc85d5053ebc297930dc7fc /games | |
| parent | 423f3d8fff632078149ffad1253368aacdb8244c (diff) | |
| download | pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.tar.gz pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.tar.bz2 pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.zip | |
here we go again
Diffstat (limited to 'games')
| -rw-r--r-- | games/index.html | 6 | ||||
| -rw-r--r-- | games/revolution/index.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games/index.html b/games/index.html index 9a83aa1..2fed0e3 100644 --- a/games/index.html +++ b/games/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>Universe Games | 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> diff --git a/games/revolution/index.html b/games/revolution/index.html index 83e8556..5a499e1 100644 --- a/games/revolution/index.html +++ b/games/revolution/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>Universe Games | Revolution</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> |
