Created
June 13, 2018 15:01
-
-
Save acoyfellow/19dbfefc55b76981fd8a84dcb13755e4 to your computer and use it in GitHub Desktop.
Example of how to embed a .PDF into PhoneSites
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
<object data="https://go.optkit.com/docs/MarketingSalesFunnelMarketing101QA.pdf" type="application/pdf" width="100%" height="600px"> | |
<p> | |
This browser does not support PDFs. Please download the PDF to view it: <a href="https://go.optkit.com/docs/MarketingSalesFunnelMarketing101QA.pdf">Download PDF</a>. | |
</p> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment