Selaa lähdekoodia

Added missing Doctype

An html5 doctype declaration was missing.
Devansh Patil 4 vuotta sitten
vanhempi
commit
99caddb1cb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      docs/manual/en/introduction/Creating-a-scene.html

+ 1 - 0
docs/manual/en/introduction/Creating-a-scene.html

@@ -121,6 +121,7 @@
 		<p>The full code is available below and as an editable [link:https://jsfiddle.net/mkba0ecu/ live example]. Play around with it to get a better understanding of how it works.</p>
 
 		<code>
+		&lt;!DOCTYPE html&gt;
 		&lt;html&gt;
 			&lt;head&gt;
 				&lt;title&gt;My first three.js app&lt;/title&gt;