mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
10 lines
295 B
HTML
10 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p style="color: green">This is text</p>
|
|
<p>This is more text</p> <!-- javascript: in link href shouldn't run now -->
|
|
<p style="color: green">This is yet more text</p>
|
|
<p>This is even more text</p> <!-- javascript: in @import shouldn't run now -->
|
|
</body>
|
|
</html>
|
|
|