blob: 6e362710d9b4c357e127d72988a78187b1d1bc81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>projection</title>
<link href='foo' media='projection' rel='stylesheet'>
</head>
<body>
<p>projection</p>
</body>
</html>
|