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