mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
16 lines
205 B
HTML
16 lines
205 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<script>
|
|
<![CDATA[
|
|
|
|
function boom()
|
|
{
|
|
document.createElement("head").innerHTML = "<";
|
|
}
|
|
|
|
]]>
|
|
</script></head>
|
|
|
|
<body onload="boom();"></body>
|
|
</html>
|