Simplified the web page

pull/3/merge
jmoenig 2013-05-17 12:21:48 +02:00
rodzic 77c409cb3e
commit f3f5c35d66
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -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>