summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-05-17 12:21:48 +0200
committerjmoenig <jens@moenig.org>2013-05-17 12:21:48 +0200
commitf3f5c35d663fc7d08d827765a7b0bbd498713394 (patch)
treef012c26d98eae51413b5356eb90251579bc96d7a
parent77c409cb3e428f89903d89e47618447513789c40 (diff)
downloadsnap-yow-f3f5c35d663fc7d08d827765a7b0bbd498713394.tar.gz
snap-yow-f3f5c35d663fc7d08d827765a7b0bbd498713394.zip
Simplified the web page
-rwxr-xr-xsnap.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/snap.html b/snap.html
index c14b344..66604c5 100755
--- a/snap.html
+++ b/snap.html
@@ -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>