11 lines
377 B
HTML
11 lines
377 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>My test page</title>
|
|
</head>
|
|
<body>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/y3k36t5Ny1Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</body>
|
|
</html>
|