mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
11 lines
218 B
HTML
11 lines
218 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset=utf-8>
|
||
|
|
<title>screen and (color: 1em)</title>
|
||
|
|
<link href='foo' media='screen and (color: 1em)' rel='stylesheet'>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>screen and (color: 1em)</p>
|
||
|
|
</body>
|
||
|
|
</html>
|