diff options
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -30,9 +30,7 @@ } </script> </head> - <body style="background-color: #282828; margin: 0;"> - <canvas id="world" tabindex="1" width="800" height="600" style="position: absolute;"> - <p>Your browser doesn't support canvas.</p> - </canvas> + <body style="margin: 0;"> + <canvas id="world" tabindex="1" style="position: absolute;" /> </body> </html> |
