added missing DOCTYPE

This commit is contained in:
Arian Faurtosh
2015-05-31 19:41:01 -07:00
parent 5eede763a7
commit 49ca9b3091
3 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ next: thinking-in-react-ja-JP.html
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>

View File

@@ -36,6 +36,7 @@ next: thinking-in-react-ko-KR.html
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>

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>