Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<html>
<body style="margin: 0px">
<script>
var image = document.createElement('img');
image.src = location.search.substring(1);
document.body.appendChild(image);
</script>
</body>
</html>