blob: 254e0fb2b35480cf127e0c01607c7e9452bbf8f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>meta declaration in parent and no declaration in child</title>
</head>
<body>
<p>Capital dje if decoded as Windows-1251: �</p>
</body>
</html>
|