Created
January 17, 2019 16:41
-
-
Save coderberry/73b6bde48a5ff4f4abd324509b50ba5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript"> | |
window.addEventListener("codefund", function(evt) { | |
if (evt.detail.status !== "ok") { | |
// Render ad from another network | |
} | |
}); | |
</script> | |
</head> | |
<body> | |
<div id="codefund"></div> | |
<script src="https://codefund.app/properties/PUBLISHER_ID/funder.js" async="async"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment