streams/vendor/blueimp/jquery-file-upload/cors/result.html

25 lines
528 B
HTML
Raw Normal View History

2014-10-05 08:18:50 +00:00
<!DOCTYPE HTML>
<!--
/*
2017-06-27 00:32:38 +00:00
* jQuery Iframe Transport Plugin Redirect Page
2014-10-05 08:18:50 +00:00
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
2017-06-27 00:32:38 +00:00
* https://opensource.org/licenses/MIT
2014-10-05 08:18:50 +00:00
*/
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery Iframe Transport Plugin Redirect Page</title>
</head>
<body>
<script>
document.body.innerText=document.body.textContent=decodeURIComponent(window.location.search.slice(1));
</script>
</body>
</html>