-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 3.14 KB
/
index.html
File metadata and controls
75 lines (71 loc) · 3.14 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
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
71
72
73
74
75
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>MyTube</title>
<link rel="shortcut icon" href="./img/logo.png" type="image/x-icon">
<script src="app.js"></script>
</head>
<body onload="logado()">
<header>
<div class="logo">
<img src="./img/logo.png" width="75px" height="40px">
</div>
<div class="search-bar">
<input type="text" placeholder="Pesquisar">
<button>Search</button>
</div>
<div class="menu">
<a href="#">Biblioteca</a>
<a href="login.html">Login</a>
</div>
</header>
<h2 id="nome" class="nome"></h2>
<div class="container">
<div class="principal">
<iframe width="560" height="315" src="https://www.youtube.com/embed/u-wQfFNF-2Q?si=qzc3OYfuBxn3ZYTr" title="City videos" frameborder="0"></iframe>
<h2>City Life | City Drone Video - Drone Shots | city shots</h2>
<hr>
<div class="user">
<div class="userimage">
<img src="./img/hand-holding-photo-camera.jpg" alt="User" >
<p>City videos</p>
</div>
<div>
<img src="./img/direction_14871509.png" alt="like">
<img src="./img/dislike_3669382.png" alt="dislike">
</div>
</div>
<hr>
</div>
<div class="listavideos">
<div class="videos">
<iframe src="https://www.youtube.com/embed/l1qIbZBR2Fk?si=EPTlx2vve9rhBQ_K" frameborder="0"></iframe>
<h3>Iceland No Copyright video | Drone Videos | Iceland Stock Footage</h3>
</div>
<div class="videos">
<iframe src="https://www.youtube.com/embed/3LyXtDhg_QE?si=PoJ5T7YPRJO-C430" frameborder="0"></iframe>
<h3>Starry Nights in the City: Timelapse Journeys After Dark</h3>
</div>
<div class="videos">
<iframe src="https://www.youtube.com/embed/Wkzfdk_xB4Y?si=KoJWiCHzeRiaQuIC" frameborder="0"></iframe>
<h3>New York City Skyline at Night HD 4K Wallpaper - Aerial Landscapes</h3>
</div>
<div class="videos">
<iframe src="https://www.youtube.com/embed/_dVjEQf68So?si=Hs06HQ7QYQTB_Qck" frameborder="0"></iframe>
<h3>PRAGUE | Cinematic Travel Film | Sony a6400</h3>
</div>
<div class="videos">
<iframe src="https://www.youtube.com/embed/Eznsu308OGQ?si=lF-MN7GoR4goYsHG" frameborder="0"></iframe>
<h3>LONDON - A Cinematic Travel Film | Sony A6300 | 4K</h3>
</div>
<div class="videos">
<iframe src="https://www.youtube.com/embed/mpxB1-_HCGU?si=JS1ebpq9FcG8X9pF" frameborder="0"></iframe>
<h3>Fujifilm X100VI Video | London Cinematic</h3>
</div>
</div>
</div>
</body>
</html>