Update index.md (#28811)

Add the meta tag for responsive website
This commit is contained in:
philerck
2018-12-13 23:28:36 +01:00
committed by Randell Dawson
parent 6399fe8af3
commit ac1b9b3ca5

View File

@ -76,6 +76,7 @@ This is the container for processing information and metadata for an HTML docume
```html ```html
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
``` ```