📝 Include UTF-8 charset in quick start example

Partially fixes #678
This commit is contained in:
Kostiantyn Kahanskyi 2015-09-23 10:21:03 +02:00
parent 057c77341a
commit 334c28d128

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>