Skip to content

Commit c1db0fc

Browse files
committed
Merge pull request htmlacademy#6 from Egenie-mih/master
Исправила порядок кодировки и title
2 parents 36178e6 + 9083927 commit c1db0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/partials/html/examples/html-syntax-example.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="ru">
33
<head>
4-
<title>Страница о коте</title>
54
<meta charset="utf-8">
5+
<title>Страница о коте</title>
66
</head>
77
<body>
88
<article class="post">

0 commit comments

Comments
 (0)