diff options
| author | victorfisac <[email protected]> | 2017-07-15 16:05:00 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-07-15 16:05:00 +0200 |
| commit | eb7b5e59bbaec0f556c4fde21cd0bf20819a8108 (patch) | |
| tree | 37d153ffc14c5ba799169b91b2e14a32b06a710a /templates/web_shell | |
| parent | f9277f216372179560c560427beccdd2e5c5d094 (diff) | |
| parent | 910b4b5d53d9a904070807de5e8a66edadd939e3 (diff) | |
| download | raylib-eb7b5e59bbaec0f556c4fde21cd0bf20819a8108.tar.gz raylib-eb7b5e59bbaec0f556c4fde21cd0bf20819a8108.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'templates/web_shell')
| -rw-r--r-- | templates/web_shell/shell.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html index c154ee7e..de3fde45 100644 --- a/templates/web_shell/shell.html +++ b/templates/web_shell/shell.html @@ -14,18 +14,19 @@ <!-- 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/img/raylib_logo.png"> - <meta property="og:image" content="http://www.raylib.com/img/raylib_logo.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:site_name" content="raylib.com"> <meta property="og:description" content="New hmtl5 videogame, developed using raylib videogames library"> + <!-- Twitter metatags for sharing --> <meta name="twitter:card" content="summary"> - <meta name="twitter:site" content="@emegemegames"> + <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/img/raylib_logo.png"> - <meta name="twitter:url" content="http://www.raylib.com/img/raylib_logo.png"> + <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"> <!--<link rel="stylesheet" href="./Koala Seasons by emegeme_files/main.css">--> <link rel="shortcut icon" href="http://www.raylib.com/favicon.ico"> @@ -49,7 +50,7 @@ float:left; position:relative; margin:10px; - background-image:url(http://www.raylib.com/img/raylib_logo64x64.png); + background-image:url(http://www.raylib.com/common/img/raylib_logo_64x64.png); } .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } @@ -57,7 +58,7 @@ div.emscripten_border { border: 1px solid black; } /* the canvas *must not* have any border or padding, or mouse coords will be wrong */ - canvas.emscripten { border: 0px none; } + canvas.emscripten { border: 0px none; background: black; } #emscripten_logo { display: inline-block; @@ -144,7 +145,7 @@ <div class="emscripten" id="status">Downloading...</div> <span id='controls'> - <span><input type="button" value="Fullscreen" onclick="Module.requestFullScreen(false, false)"></span> + <span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, false)"></span> </span> <div class="emscripten"> |
