11 lines
265 B
HTML
11 lines
265 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="match" href="references/non-ascii-in-title-before-ref.html">
|
|
<title>æ</title>
|
|
<meta charset="windows-1251">
|
|
</head>
|
|
<body>
|
|
<p>Normal meta. Non-ASCII in title before.</p>
|
|
<p>Test: æ</p>
|
|
<p>If ж, meta takes effect</p>
|
|
</body>
|