A Pen by Pär Thernström on CodePen.
Created
June 7, 2020 19:57
-
-
Save bonny/a0b32e7070967bf252f50fe4aa523d2c to your computer and use it in GitHub Desktop.
TextTV.nu iframe
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
<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