Merge pull request #2877 from kostia/utf8-charset-in-quick-start
📝 Include UTF-8 charset in quick start example
This commit is contained in:
commit
c73d1ce6c7
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue