-1:000000000000 | 0:40a0c228f637 |
---|---|
1 <html> | |
2 <head> | |
3 <script type="text/javascript"> | |
4 | |
5 function boom() | |
6 { | |
7 document.body.contentEditable = "true"; | |
8 document.execCommand("outdent", false, null); | |
9 } | |
10 | |
11 </script> | |
12 </head> | |
13 | |
14 <body style="word-spacing: 3px;" onload="boom();"> ́</body> | |
15 </html> |