-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGALLERY.html
More file actions
25 lines (25 loc) · 1.1 KB
/
Copy pathGALLERY.html
File metadata and controls
25 lines (25 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
div{width: 580px;
height: 350px;
overflow: auto;}
</style>
</head>
<body>
<div>
<p>Подписки</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_K0xQvzjlc0" frameborder="0" allowfullscreen></iframe>
<a href="https://www.youtube.com/watch?time_continue=4&v=_K0xQvzjlc0" target="_blank">Перейти на сайт</a>
<iframe width="560" height="315" src="https://www.youtube.com/embed/MBbFKHUJIBU" frameborder="0" allowfullscreen></iframe>
<a href="https://www.youtube.com/watch?v=MBbFKHUJIBU" target="_blank">Перейти на сайт</a>
<iframe width="560" height="315" src="https://www.youtube.com/embed/oFBq_d53TLU" frameborder="0" allowfullscreen></iframe>
<a href="https://youtu.be/oFBq_d53TLU" target="_blank">Перейти на сайт</a>
</div>
</body>
</html>