document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <body>
  3.     <ul>
  4.         <li>El color escogido para el coche<script>alert(\'XSS\')</script>es: rojo</li>
  5.         <li>El color escogido para el barco es: negro&lt;script&gt;alert(\'XSS2\')&lt;/script&gt;</li>
  6.     </ul>
  7. </body>
  8. </html>
');