mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
8 lines
167 B
HTML
8 lines
167 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="javascript:'p { color: green }'">
|
|
</head>
|
|
<body onload="parent.next(window);">
|
|
<p>Hello</p>
|
|
</body>
|
|
</html>
|