mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
11 lines
282 B
HTML
11 lines
282 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="simple.css" media="screen,print"/>
|
|
<link rel="stylesheet" type="text/css" href="media-small.css" media="screen and (min-width: 200px)"/>
|
|
</head>
|
|
<body>
|
|
<div>test for media labels</div>
|
|
</body>
|
|
</html>
|
|
|