summaryrefslogtreecommitdiffhomepage
path: root/examples/web/audio/loader.html
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-21 23:31:28 +0200
committerRay <[email protected]>2019-05-21 23:31:28 +0200
commitc12d0c359e85476dc2cdc3aa1d41ee41eedaa8db (patch)
treea5996faf05fbd81266302a22c23564b70792aa9d /examples/web/audio/loader.html
parent87ef84e2933394815bf1cc3bd001a0607952be57 (diff)
downloadraylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.tar.gz
raylib.com-c12d0c359e85476dc2cdc3aa1d41ee41eedaa8db.zip
Review metatags
Diffstat (limited to 'examples/web/audio/loader.html')
-rw-r--r--examples/web/audio/loader.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html
index 2c04fdf..33365bb 100644
--- a/examples/web/audio/loader.html
+++ b/examples/web/audio/loader.html
@@ -9,12 +9,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 - example"/>
- <meta property="og:image" content="https://www.raylib.com/common/img/fb_raylib_logo.png"/>
+ <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="This a small example of what you can do with raylib"/>
+ <meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- Add jQuery library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>