mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
11 lines
No EOL
245 B
HTML
11 lines
No EOL
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>screen and (min-width: 400px )</title>
|
|
<link href='foo' media='screen and (min-width: 400px )' rel='stylesheet'>
|
|
</head>
|
|
<body>
|
|
<p>screen and (min-width: 400px )</p>
|
|
</body>
|
|
</html> |