-
Notifications
You must be signed in to change notification settings - Fork 2
/
youtube.html
52 lines (48 loc) · 945 Bytes
/
youtube.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<style>
body {
position: relative;
margin: 0;
}
.apla {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.link-to-live {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.play-button {
width: 100px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
</style>
<!-- <iframe
src="./camera.html"
style="
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
"
></iframe> -->
<div class="apla"></div>
<a href="https://www.youtube.com/c/warsawjs/live" target="_blank" class="link-to-live"></div>
<img
class="play-button"
src="images/icons/youtube.png"
alt=""
/>