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 /examples.html | |
| parent | 87ef84e2933394815bf1cc3bd001a0607952be57 (diff) | |
| download | raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.tar.gz raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.zip | |
Review metatags
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples.html b/examples.html index 6cfc386..7edefd9 100644 --- a/examples.html +++ b/examples.html @@ -11,12 +11,12 @@ <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 --> + <!-- Open Graph metatags for sharing --> <meta property="og:title" content="raylib - examples"/> <meta property="og:image" content="https://www.raylib.com/common/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="check the full set of raylib examples... they are amazing!"/> + <meta property="og:description" content="Check the full set of raylib examples... they are amazing!"/> <link rel="stylesheet" type="text/css" href="common/main.css"> <link rel="icon" href="favicon.ico" /> |
