Update index.html
This commit is contained in:
parent
8b5d65d360
commit
05e39f5973
|
|
@ -15072,7 +15072,12 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span> <input type="button" value="O
|
|||
affRequest.send();
|
||||
</script> -->
|
||||
<p>Email us at <a href="mailto:contact@R74n.com">contact@R74n.com</a> for advertising, help, or education!</p>
|
||||
<iframe src="https://r74n.substack.com/embed" width="450" height="250" style="border:1px solid #EEE; background:white; max-width:90%" frameborder="0" scrolling="no"></iframe>
|
||||
<iframe id="newsletteriframe" width="450" height="250" style="border:1px solid #EEE; background:black; max-width:90%" frameborder="0" scrolling="no"></iframe>
|
||||
<script>
|
||||
window.addEventListener('load', function() {
|
||||
document.getElementById("newsletteriframe").src = "https://r74n.substack.com/embed";
|
||||
})
|
||||
</script>
|
||||
<p>Support development by subscribing on <a href="https://www.patreon.com/R74n" target="_blank">our Patreon</a>! Many benefits!!</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue