diff options
| author | Ray <[email protected]> | 2018-09-03 22:09:33 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-03 22:09:33 +0200 |
| commit | 2f050f5c9a54401d792dd4c6fdb371ca75d5c448 (patch) | |
| tree | aa2e01852b8652fce5cb4e449eb063938e2f31b2 /games.html | |
| parent | 0bf38cb998b3f117a8c75b1cbe0178330501cd58 (diff) | |
| download | raylib.com-2f050f5c9a54401d792dd4c6fdb371ca75d5c448.tar.gz raylib.com-2f050f5c9a54401d792dd4c6fdb371ca75d5c448.zip | |
Adapted links to SSL
Diffstat (limited to 'games.html')
| -rw-r--r-- | games.html | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -13,8 +13,8 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - games collection"/> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo_card.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <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="check the this collection of raylib games... they are amazing!"/> @@ -27,14 +27,14 @@ <!-- Enabling HTML5 tags for older IE browsers --> <!--[if lt IE 9]> - <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> </head> <body> <div class="page"> <!--[if lt IE 7]> - <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> + <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <div class="header"> @@ -45,11 +45,11 @@ <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a> <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a> - <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a> + <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a> <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> - <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> - <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> - <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> + <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a> + <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> + <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a> </div> <div class="menu"> @@ -57,7 +57,7 @@ <a href="examples.html">examples</a> <div id="active">games</div> <a href="helpme.html">helpme!</a> - <a id="forum" href="http://forum.raylib.com">forum</a> + <a id="forum" href="https://forum.raylib.com">forum</a> </div> </div> @@ -76,13 +76,13 @@ </div> <div class="footer"> - <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p> + <p>Web developed by Ray San and Elendow</p> </div> </div> <!-- Add jQuery library --> - <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> <!-- Add jQuery easing plugin --> <script src="common/libs/jquery.easing.1.3.js"></script> @@ -96,7 +96,7 @@ <script src="common/libs/fancybox/helpers/jquery.fancybox-buttons.js"></script> <!-- Add jQuery Mix-It Up plugin --> - <script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script> + <script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script> <!-- Add own script code --> <script src="common/js/games.js"></script> @@ -106,7 +106,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45733555-1', 'raylib.com'); ga('require', 'linkid', 'linkid.js'); |
