mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 18:38:36 +00:00
9 lines
167 B
HTML
9 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>
|