Skip to content

Instantly share code, notes, and snippets.

@MoriTanosuke
Created October 25, 2011 14:05
Show Gist options
  • Select an option

  • Save MoriTanosuke/1312839 to your computer and use it in GitHub Desktop.

Select an option

Save MoriTanosuke/1312839 to your computer and use it in GitHub Desktop.
privacyimg von Tilli.me
<div id="testbild"></div>
<script type="text/javascript">//<!--
var img = document.createElement('img');
img.src = 'http://tilli.me/privacyimg/einbild.png';
document.getElementById('testbild').appendChild(img);
//--></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment