Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 14, 2021 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f806f0b69f37f19e4a0f3dfb965398fc to your computer and use it in GitHub Desktop.
Save parzibyte/f806f0b69f37f19e4a0f3dfb965398fc to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Incorporar vídeo de YT en HTML - By Parzibyte</title>
</head>
<body>
<h1>Mira mi vídeo :)</h1>
<iframe style="border: none" src="https://www.youtube.com/embed/m-gj-4mT2E8" height="500px" width="100%"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment