diff --git a/docs/manual/introduction/Creating-a-scene.html b/docs/manual/introduction/Creating-a-scene.html index fe4f1f610820a3986026ec0d0cd72c9bf7d561a8..2ba6bd23a2e7664775a71371a38bbfc62a6adda8 100644 --- a/docs/manual/introduction/Creating-a-scene.html +++ b/docs/manual/introduction/Creating-a-scene.html @@ -21,8 +21,10 @@
Before you can use Three.js, you need somewhere to display it. Save the following HTML to a file on your computer, along with a copy of three.min.js in the js/ directory, and open it in your browser.
+ <!DOCTYPE html> <html> <head> + <meta charset=utf-8> <title>My first Three.js app</title> <style> body { margin: 0; }