YouTube mai 10 mints close
<!DOCTYPE html>
<html>
<head>
<title>10 Min Video Off</title>
</head>
<body>
<h2>My YouTube Video Player</h2>
<div id="player"></div>
<script>
// 1. Load the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, first
0 条评论