提交 146cd3df 编写于 作者: A Andrea Faulds

Add doctype and meta charset to example HTML

上级 c0f0f224
......@@ -21,8 +21,10 @@
<div>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 <a href="http://threejs.org/build/three.min.js">three.min.js</a> in the js/ directory, and open it in your browser.</div>
<code>
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=utf-8&gt;
&lt;title&gt;My first Three.js app&lt;/title&gt;
&lt;style&gt;
body { margin: 0; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册