diff options
| author | Ray <[email protected]> | 2017-04-20 00:21:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-20 00:21:38 +0200 |
| commit | bc1bfe54d6df0b872b604870d3e55a9f9f4e19dd (patch) | |
| tree | fa1fb6c1b03008d98c342970fa095d7cc84c2252 /templates/web_shell | |
| parent | 407746193d991190fa4dead94649abb2ed27d462 (diff) | |
| parent | 35172430c6b5929e8f6781e0d92b4bc1f9fcc2a2 (diff) | |
| download | raylib-bc1bfe54d6df0b872b604870d3e55a9f9f4e19dd.tar.gz raylib-bc1bfe54d6df0b872b604870d3e55a9f9f4e19dd.zip | |
Merge pull request #262 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'templates/web_shell')
| -rw-r--r-- | templates/web_shell/shell.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html index c154ee7e..d602b5b5 100644 --- a/templates/web_shell/shell.html +++ b/templates/web_shell/shell.html @@ -49,7 +49,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; } |
