mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
11 lines
215 B
HTML
11 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>screen and (min-width:</title>
|
|
<link href='foo' media='screen and (min-width:' rel='stylesheet'>
|
|
</head>
|
|
<body>
|
|
<p>screen and (min-width:</p>
|
|
</body>
|
|
</html> |