I am trying to embed this link using an iFrame: https:\bobcat-den-delivery.herokuapp.com The iFrame is clearly there, but definitely blank.
This is my frame code:
<iframe src="https://bobcat-den-delivery.herokuapp.com/" style="border:2px #2980b9 none;" scrolling="yes" frameborder="1" marginheight="1px" marginwidth="1px" height="300px" width="700px"></iframe>
This seems really simple and I am having trouble figuring out exactly what is going wrong.