Skip to content

Commit 27ed9c1

Browse files
last code formatting issue
1 parent a032cd7 commit 27ed9c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2914,14 +2914,14 @@ Let's have an example of Responsive Meta Tag.
29142914
```html
29152915
<!DOCTYPE html>
29162916
<html lang="en">
2917-
<head>
2917+
<head>
29182918
<meta charset="UTF-8" />
29192919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
29202920
<title>Viewport Settings</title>
2921-
</head>
2922-
<body style="background-color: grey">
2921+
</head>
2922+
<body style="background-color: grey">
29232923
<!-- Content -->
2924-
</body>
2924+
</body>
29252925
</html>
29262926
```
29272927

0 commit comments

Comments
 (0)