diff options
Diffstat (limited to 'games/loader.html')
| -rw-r--r-- | games/loader.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/loader.html b/games/loader.html index 6523ea3..bbe8a97 100644 --- a/games/loader.html +++ b/games/loader.html @@ -11,18 +11,18 @@ <!-- Facebook metatags for sharing --> <meta property="og:title" content="raylib - sample"/> - <meta property="og:image" content="http://www.raylib.com/img/fb_raylib_logo.png"/> - <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:image" content="https://www.raylib.com/img/fb_raylib_logo.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"/> <!-- 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> <!-- hightlight.js - Syntax highlighting for the Web --> - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> - <!-- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/obsidian.min.css"> --> - <script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css"> + <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/obsidian.min.css"> --> + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script> <style type="text/css"> @font-face { @@ -137,7 +137,7 @@ // 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; @@ -186,7 +186,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'); |
