A Pen by Pär Thernström on CodePen.
Created
June 7, 2020 19:57
TextTV.nu iframe
This file contains 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
<p>Iframe med "vanliga" texttv.nu</p> | |
<iframe | |
src="http://texttv.nu/" | |
title="TextTV.nu" | |
width="400" | |
height="540"> | |
</iframe> | |
<p>Iframe med AMP-versionen av texttv.nu</p> | |
<iframe | |
src="http://texttv.nu/100/amp" | |
title="TextTV.nu" | |
width="400" | |
height="610"> | |
</iframe> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment