blob: 76d41d8263ff06dae9f7f0331a96763e8f35335a [file] [log] [blame]
<html>
<body>
<img id="i">
<script>
var url = window.location.search.substring(1);
document.getElementById("i").src = url;
</script>
</body>
</html>