-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
50 lines (50 loc) · 2.81 KB
/
video.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>video</title>
</head>
<body>
<header>
<nav class="navbar">
<img src="src/public/shlepa.jpg" width="60" height="60" alt="flepa">
<div style="margin: auto">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="audio.html">Music</a></li>
<li><a href="books.html">Book</a></li>
<li class="work"><a href="#">Work ▽</a>
<ul>
<li><a href="form.html">Form</a></li>
<li><a href="math.html">Math</a></li>
<li><a href="api.html">API</li>
</ul>
</li>
<li><a href="https://ku.edu.kz">Entry</a></li>
</ul>
</div>
<div class="burger" id="burger2">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<main>
<iframe width="560" height="315" src="https://www.youtube.com/embed/PF1-1CNggQA?si=uoNN-BplaphaZUC5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>A video describing how an Australian Youtuber barely survived a firebombing (spoiler: he wasn't there when the attack hit) and his potential rivals who might have caused it.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/P5ubPs0N3EY?si=LgoBAHfzNoCxVrsk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>A cat taking a bath.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/KXmpdJO9UOc?si=JzJpOQh1l5--MbrG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>The history and the future of London airports.</p>
<video src="./src/public/cta.mp4" controls width=600 height=400>
<p>A silly cat video 2</p>
</main>
<footer>
<a href="http://youtube.com"><img width="60px" src="./src/public/Youtube_logo.png"></a>
</footer>
</body>
</html>