aboutsummaryrefslogtreecommitdiff
path: root/templates/web_shell/shell.html
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-01-08 21:05:23 +0100
committerRay <raysan5@gmail.com>2019-01-08 21:05:23 +0100
commitdf54e73b21bbdbf27bbf8c7ee9841a8a7af11375 (patch)
tree4da9e959d4df87814c43ee75ce643322e86686b8 /templates/web_shell/shell.html
parent185ac9bdc1f6e6cdb132384a0a71a3a7cd04867d (diff)
downloadraylib-df54e73b21bbdbf27bbf8c7ee9841a8a7af11375.tar.gz
raylib-df54e73b21bbdbf27bbf8c7ee9841a8a7af11375.zip
Update shell.html
Diffstat (limited to 'templates/web_shell/shell.html')
-rw-r--r--templates/web_shell/shell.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html
index b5d1feed..f158c432 100644
--- a/templates/web_shell/shell.html
+++ b/templates/web_shell/shell.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">
@@ -25,11 +25,11 @@
<meta name="twitter:site" content="@raysan5">
<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 {
@@ -50,7 +50,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; }
@@ -139,7 +139,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>