Merge pull request #3993 from arianf/doctype

added missing DOCTYPE
This commit is contained in:
Ben Alpert
2015-06-01 14:32:23 -07:00
committed by Paul O’Shannessy
parent cc0c897a79
commit 7bee7eff7e
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ next: thinking-in-react-ja-JP.html
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>
+1
View File
@@ -36,6 +36,7 @@ next: thinking-in-react-ko-KR.html
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>
+1
View File
@@ -35,6 +35,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>
@@ -52,6 +52,7 @@ SCRIPT;
}
?>
<!DOCTYPE html>
<html>
<head>
<title>React server rendering example</title>