diff options
| author | jmoenig <jens@moenig.org> | 2013-05-17 12:21:48 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-05-17 12:21:48 +0200 |
| commit | f3f5c35d663fc7d08d827765a7b0bbd498713394 (patch) | |
| tree | f012c26d98eae51413b5356eb90251579bc96d7a /snap.html | |
| parent | 77c409cb3e428f89903d89e47618447513789c40 (diff) | |
| download | snap-yow-f3f5c35d663fc7d08d827765a7b0bbd498713394.tar.gz snap-yow-f3f5c35d663fc7d08d827765a7b0bbd498713394.zip | |
Simplified the web page
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> |
