-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
70 lines (70 loc) · 3.03 KB
/
videos.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery</title>
<link rel="stylesheet" href="css/gallery.css">
<link rel="icon" href="logos/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<nav id="horizontal-bar">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="videos.html">Videos</a>
</li>
<li>
<a href="about-me.html">About me</a>
</li>
</ul>
</nav>
<header>
<h1>Video Gallery</h1>
</header>
<div class="photo_gallery">
<iframe width="560" height="315" src="https://www.youtube.com/embed/G__crkJ5ixE"
title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/A94DcvciJx8" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6s4MF6B5ZO8" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2UTfMiRZea4" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/fO2tnC_BU04" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/j6m-XgyTcuU" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7mWl-bxFTf8" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/fUmkCcogV1I" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen>
</iframe>
</div>
<a class="return_top" href="#" title="Top">▲</a>
<br><br>
<footer>
<span>Copyright © 2022 | Universidade dos Açores | António Eduardo Costa Correia</span>
</footer>
</body>
</html>