html/youtube-embed.html
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>YouTube embed</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/j_fl4xoGTKU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>