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 | |
| parent | 423f3d8fff632078149ffad1253368aacdb8244c (diff) | |
| download | pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.tar.gz pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.tar.bz2 pokeworld-website-ee9ddac90cb33a467b5652c769356c93880bf8e2.zip | |
here we go again
| -rw-r--r-- | 404.html | 6 | ||||
| -rw-r--r-- | games/index.html | 6 | ||||
| -rw-r--r-- | games/revolution/index.html | 6 | ||||
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | og-image.jpg | bin | 0 -> 16662 bytes | |||
| -rw-r--r-- | pokeworld/about/index.html | 6 | ||||
| -rw-r--r-- | pokeworld/index.html | 6 | ||||
| -rw-r--r-- | pokeworld/pokebot/commands/index.html | 6 | ||||
| -rw-r--r-- | pokeworld/pokebot/index.html | 6 | ||||
| -rw-r--r-- | pokeworld/rules/index.html | 6 |
10 files changed, 54 insertions, 0 deletions
@@ -12,6 +12,12 @@ <link rel="manifest" href="/site.webmanifest"> <meta name="msapplication-TileColor" content="#603cba"> <meta name="theme-color" content="#ffffff"> + <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/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> @@ -12,6 +12,12 @@ <link rel="manifest" href="/site.webmanifest"> <meta name="msapplication-TileColor" content="#603cba"> <meta name="theme-color" content="#ffffff"> + <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/og-image.jpg b/og-image.jpg Binary files differnew file mode 100644 index 0000000..c7adc59 --- /dev/null +++ b/og-image.jpg diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index e719948..e2e58c4 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | About</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/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> diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html index bee6a5c..d102958 100644 --- a/pokeworld/pokebot/commands/index.html +++ b/pokeworld/pokebot/commands/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | Pokebot</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/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index ba4d0eb..29baf60 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | Pokebot</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/pokeworld/rules/index.html b/pokeworld/rules/index.html index 1802c01..277b3b4 100644 --- a/pokeworld/rules/index.html +++ b/pokeworld/rules/index.html @@ -6,6 +6,12 @@ <meta name="viewport" content="width=device-width"> <title>PokeWorld | Rules</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> |
