diff options
| author | Ray <[email protected]> | 2018-09-03 22:35:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-03 22:35:37 +0200 |
| commit | 7d6a6b75a0b3c5ee1d8c0486d0897b616635f4ef (patch) | |
| tree | 766613d2af4259bc0bf948c456e843f5584f0f02 /games/just_do.html | |
| parent | 9622cfb35027981679a2e8e8885769074ae292be (diff) | |
| download | raylib.com-7d6a6b75a0b3c5ee1d8c0486d0897b616635f4ef.tar.gz raylib.com-7d6a6b75a0b3c5ee1d8c0486d0897b616635f4ef.zip | |
Updated links to SSL
Diffstat (limited to 'games/just_do.html')
| -rw-r--r-- | games/just_do.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/just_do.html b/games/just_do.html index 8a2a3f8..daf2e02 100644 --- a/games/just_do.html +++ b/games/just_do.html @@ -14,9 +14,9 @@ <!-- 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/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:image" content="https://www.raylib.com/common/img/raylib_logo.png"> + <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo.png"> + <meta property="og:url" content="https://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"> @@ -24,11 +24,11 @@ <meta name="twitter:site" content="@emegemegames"> <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/common/img/raylib_logo.png"> - <meta name="twitter:url" content="http://www.raylib.com/common/img/raylib_logo.png"> + <meta name="twitter:image" content="https://www.raylib.com/common/img/raylib_logo.png"> + <meta name="twitter:url" content="https://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"> + <link rel="shortcut icon" href="https://www.raylib.com/favicon.ico"> <style> body { @@ -49,7 +49,7 @@ float:left; position:relative; margin:10px; - background-image:url(http://www.raylib.com/common/img/raylib_logo_64x64.png); + background-image:url(https://www.raylib.com/common/img/raylib_logo_64x64.png); } .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } @@ -138,7 +138,7 @@ </head> <body> <div id="header_part"> - <a id="logo" href="http://www.raylib.com"></a> + <a id="logo" href="https://www.raylib.com"></a> <div class="spinner" id='spinner'></div> <div class="emscripten" id="status">Downloading...</div> @@ -194,7 +194,7 @@ var canvas = document.getElementById('canvas'); // As a default initial behavior, pop up an alert when webgl context is lost. To make your // application robust, you may want to override this behavior before shipping! - // See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 + // See https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2 canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false); return canvas; })(), |
