diff options
| author | Ray <[email protected]> | 2017-05-12 14:01:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-12 14:01:39 +0200 |
| commit | 1ed3d3285f1c1f6a01e0588ec46a177c84b864f5 (patch) | |
| tree | 4af033e377a27636d20cb165bc53c72d692ccb09 /templates/web_shell/shell.html | |
| parent | 0ca874c710aace697c5a383f41fc81abf34e2e06 (diff) | |
| parent | 42ad00b7c280e2242e3338a4acd85815c1707701 (diff) | |
| download | raylib-1ed3d3285f1c1f6a01e0588ec46a177c84b864f5.tar.gz raylib-1ed3d3285f1c1f6a01e0588ec46a177c84b864f5.zip | |
Merge pull request #285 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'templates/web_shell/shell.html')
| -rw-r--r-- | templates/web_shell/shell.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html index b7cbb581..de3fde45 100644 --- a/templates/web_shell/shell.html +++ b/templates/web_shell/shell.html @@ -14,18 +14,19 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib HTML5 GAME"> <meta property="og:image:type" content="image/png"> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png"> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.png"> + <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png"> + <meta property="og:image" content="http://www.raylib.com/common/img/raylib_logo.png"> <meta property="og:url" content="http://www.raylib.com/games"> <meta property="og:site_name" content="raylib.com"> <meta property="og:description" content="New hmtl5 videogame, developed using raylib videogames library"> + <!-- Twitter metatags for sharing --> <meta name="twitter:card" content="summary"> - <meta name="twitter:site" content="@emegemegames"> + <meta name="twitter:site" content="@raysan5"> <meta name="twitter:title" content="raylib HTML5 GAME"> <meta name="twitter:description" content="New HTML5 videogame, developed using raylib videogames library"> - <meta name="twitter:image" content="http://www.raylib.com/img/raylib_logo.png"> - <meta name="twitter:url" content="http://www.raylib.com/img/raylib_logo.png"> + <meta name="twitter:image" content="http://www.raylib.com/common/img/raylib_logo.png"> + <meta name="twitter:url" content="http://www.raylib.com/common/img/raylib_logo.png"> <!--<link rel="stylesheet" href="./Koala Seasons by emegeme_files/main.css">--> <link rel="shortcut icon" href="http://www.raylib.com/favicon.ico"> |
