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