result.html 528 B

123456789101112131415161718192021222324
  1. <!DOCTYPE HTML>
  2. <!--
  3. /*
  4. * jQuery Iframe Transport Plugin Redirect Page
  5. * https://github.com/blueimp/jQuery-File-Upload
  6. *
  7. * Copyright 2010, Sebastian Tschan
  8. * https://blueimp.net
  9. *
  10. * Licensed under the MIT license:
  11. * https://opensource.org/licenses/MIT
  12. */
  13. -->
  14. <html lang="en">
  15. <head>
  16. <meta charset="utf-8">
  17. <title>jQuery Iframe Transport Plugin Redirect Page</title>
  18. </head>
  19. <body>
  20. <script>
  21. document.body.innerText=document.body.textContent=decodeURIComponent(window.location.search.slice(1));
  22. </script>
  23. </body>
  24. </html>