diff options
| author | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
| commit | fd191a32eacda23b54438550965fa8addf31e2e2 (patch) | |
| tree | bb3b8537ef0f4f534650e96b60134febe9a61238 /src/minshell.html | |
| parent | fe9e82b2e689ad6ae13ae6680ae8f1576c498fe2 (diff) | |
| download | raylib-fd191a32eacda23b54438550965fa8addf31e2e2.tar.gz raylib-fd191a32eacda23b54438550965fa8addf31e2e2.zip | |
Remove trailing spaces
Diffstat (limited to 'src/minshell.html')
| -rw-r--r-- | src/minshell.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/minshell.html b/src/minshell.html index c34637f9..4f0d6ade 100644 --- a/src/minshell.html +++ b/src/minshell.html @@ -3,14 +3,14 @@ <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - + <title>raylib web game</title> - + <meta name="title" content="raylib web game"> <meta name="description" content="New raylib web videogame, developed using raylib videogames library"> <meta name="keywords" content="raylib, games, html5, programming, C, C++, library, learn, videogames"> <meta name="viewport" content="width=device-width"> - + <!-- Open Graph metatags for sharing --> <meta property="og:title" content="raylib web game"> <meta property="og:image:type" content="image/png"> @@ -26,10 +26,10 @@ <meta name="twitter:image" content="https://www.raylib.com/common/raylib_logo.png"> <meta name="twitter:url" content="https://www.raylib.com/games.html"> <meta name="twitter:description" content="New raylib web game, developed using raylib videogames library"> - + <!-- Favicon --> <link rel="shortcut icon" href="https://www.raylib.com/favicon.ico"> - + <style> body { margin: 0px; } canvas.emscripten { border: 0px none; background-color: black; } @@ -70,7 +70,7 @@ element.scrollTop = element.scrollHeight; // focus on bottom } }; - })(), + })(), canvas: (function() { var canvas = document.getElementById('canvas'); return canvas; |
