blob: dba395fed064e7c11e212390b18436182c8a473d (
plain)
1
2
3
4
5
6
7
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script>
var newRoot = document.createElementNS(null, "html");
document.removeChild(document.documentElement);
document.appendChild(newRoot);
</script></head>
</html>
|