Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html><meta charset=utf-8>
<!-- Any copyright is dedicated to the Public Domain.
<body style="margin: 0px">
<script>
let args = location.search.substring(1).split(',');
document.write(`<img src="${args[0]}" width="${args[1]}" height="${args[2]}">`);
</script>
</body>