-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (20 loc) · 960 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body>
<center>
<div id="data"></div>
<div id="dim" style="display: inline-block; margin-bottom: 10px; background-color: #FFFFFF; padding: 15px; border: 1px solid black;">
<iframe id="player" width="560" height="315" src="https://www.youtube.com/embed/OhCQeFX9GSg?enablejsapi=1" frameborder="0" allowfullscreen></iframe>
</div>
<div id="" style="display: inline-block; background-color: #FFFFFF; padding: 15px; border: 1px solid black;">
<iframe id="player" width="560" height="315" src="https://www.youtube.com/embed/OhCQeFX9GSg?enablejsapi=1&autohide=1&showinfo=false&modestbranding=1" frameborder="0" allowfullscreen></iframe>
</div>
</center>
</body>
<script src="jquery.youtube.dim-background.js">
</script>
</html>