mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
13 lines
398 B
HTML
13 lines
398 B
HTML
<HTML><HEAD>
|
|
<SCRIPT language="javascript" type="text/javascript">
|
|
|
|
var header ="<body><div id=\"foo\"></div><div id=\"foo2\"><!-- comment -->";
|
|
|
|
var footer = "</div><!-- comment -->";
|
|
|
|
</SCRIPT>
|
|
<SCRIPT language="javascript" type="text/javascript">document.write(header);</SCRIPT>
|
|
</HEAD>
|
|
<BODY>
|
|
<SCRIPT language="javascript" type="text/javascript">document.write(footer);</SCRIPT>
|
|
</BODY></HTML>
|