Merge pull request #2877 from kostia/utf8-charset-in-quick-start

📝 Include UTF-8 charset in quick start example
This commit is contained in:
Cheng Zhao 2015-09-24 17:49:35 +08:00
commit c73d1ce6c7

View file

@ -124,6 +124,7 @@ Finally the `index.html` is the web page you want to show:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>