diff options
| author | Ray <[email protected]> | 2019-05-21 23:31:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 23:31:28 +0200 |
| commit | c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db (patch) | |
| tree | a5996faf05fbd81266302a22c23564b70792aa9d /games | |
| parent | 87ef84e2933394815bf1cc3bd001a0607952be57 (diff) | |
| download | raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.tar.gz raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.zip | |
Review metatags
Diffstat (limited to 'games')
| -rw-r--r-- | games/loader.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/loader.html b/games/loader.html index e3ca357..dc81aae 100644 --- a/games/loader.html +++ b/games/loader.html @@ -4,14 +4,14 @@ <title>loading...</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta name="title" content="raylib - sample"> + <meta name="title" content="raylib - sample game"> <meta name="description" content="raylib is a simple and easy-to-use library to enjoy videogames programming. This a small example of what you can do."> <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan"> <meta name="viewport" content="width=device-width"> - <!-- Facebook metatags for sharing --> - <meta property="og:title" content="raylib - sample"/> - <meta property="og:image" content="https://www.raylib.com/img/fb_raylib_logo.png"/> + <!-- Open Graph metatags for sharing --> + <meta property="og:title" content="raylib - sample game"/> + <meta property="og:image" content="https://www.raylib.com/img/raylib_logo_card.png"/> <meta property="og:url" content="https://www.raylib.com" /> <meta property="og:site_name" content="raylib"/> <meta property="og:description" content="This a small sample game showing what can be done with raylib"/> |
