blob: cd536992bbb1af3024a157e749a833d619d29308 [file] [log] [blame]
<html>
<body>
<script src="ad_iframe_writer.js"></script>
<script>
let adIframe = createAdIframe();
adIframe.style.display = "block";
adIframe.src = "pixel.png";
adIframe.width = 100;
adIframe.height = 100;
</script>
</body>
</html>