Browse Source

added missing DOCTYPE

main
Arian Faurtosh 10 years ago
parent
commit
49ca9b3091
  1. 1
      docs/tutorial.ja-JP.md
  2. 1
      docs/tutorial.ko-KR.md
  3. 1
      docs/tutorial.md

1
docs/tutorial.ja-JP.md

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

1
docs/tutorial.ko-KR.md

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

1
docs/tutorial.md

@ -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>

Loading…
Cancel
Save