-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayer.html
38 lines (27 loc) · 1.09 KB
/
player.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/livetheatre.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<title>LIVE THEATRE</title>
<script src="js/livetheatre.js" async></script>
</head>
<body>
<div class="wrap">
<div class='player'>
<iframe src="https://player.vimeo.com/video/412284216?api=1&background=1&loop=0" allowtransparency="true" frameborder="0" width="100%" height="100%"></iframe>
</div>
<div id="live">
<span class = "blinking">•</span>
<span id= "liveCounter">10</span>
</div>
<div class="controls">
<div class="playbar">
<input id="name" type="text" name="" placeholder="name" value="" maxlength=280>
<input id="comment" type="text" name="" placeholder="comments/questions/thoughts..." value="" maxlength=280>
<button id="commentButton" type="button" name="button">SEND</button>
<button id="clapButton" type="button" name="button">CLAP</button>
</div>
</div>
</body>
</html>