-1:000000000000 | 0:8dba52587d1e |
---|---|
1 <html xmlns="http://www.w3.org/1999/xhtml"> | |
2 <head> | |
3 <script> | |
4 | |
5 function boom() | |
6 { | |
7 var div = document.getElementById("div"); | |
8 div.textContent = String.fromCharCode(0xDCBF); | |
9 } | |
10 | |
11 </script> | |
12 </head> | |
13 | |
14 <body onload="boom();"> | |
15 | |
16 <div id="div"></div> | |
17 | |
18 </body> | |
19 </html> |