mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
11 lines
No EOL
179 B
HTML
11 lines
No EOL
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>not screen</title>
|
|
<link href='foo' media='not screen' rel='stylesheet'>
|
|
</head>
|
|
<body>
|
|
<p>not screen</p>
|
|
</body>
|
|
</html> |