There was an error while loading. Please reload this page.
1 parent a032cd7 commit 27ed9c1Copy full SHA for 27ed9c1
README.md
@@ -2914,14 +2914,14 @@ Let's have an example of Responsive Meta Tag.
2914
```html
2915
<!DOCTYPE html>
2916
<html lang="en">
2917
-<head>
+ <head>
2918
<meta charset="UTF-8" />
2919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2920
<title>Viewport Settings</title>
2921
-</head>
2922
-<body style="background-color: grey">
+ </head>
+ <body style="background-color: grey">
2923
<!-- Content -->
2924
-</body>
+ </body>
2925
</html>
2926
```
2927
0 commit comments