Update index.html

This commit is contained in:
slweeb 2023-12-19 18:32:04 -05:00
parent 8b5d65d360
commit 05e39f5973
1 changed files with 6 additions and 1 deletions

View File

@ -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>