mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
12 lines
268 B
HTML
12 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" media="print"
|
|
href="outer-sheet.css">
|
|
<link type="text/css" rel="stylesheet" media="screen"
|
|
href="outer-sheet.css">
|
|
</head>
|
|
<body>
|
|
<p>test</p>
|
|
</body>
|
|
</html>
|