-
Notifications
You must be signed in to change notification settings - Fork 0
/
live cam.html
33 lines (30 loc) · 1.13 KB
/
live cam.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Live Cam</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet"></head>
<body>
<div class="main-nav">
<ul class="nav">
<li class="name"><a href="index.html">Venice Carnival 2021</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="live cam.html">Live Cam</a></li>
<li><a href="#">History</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<header>
<img src="cristina-gottardi-ilyXhGzvimU-unsplash.jpg" alt="Drawing of Jane Smith" class="profile-image">
<h1 class="tag name">Venice Carnival 2021</h1>
<p class="tag location">Sat, Jan 30, 2021 – Tue, Feb 16, 2021.</p>
</header>
<main class="flex">
<div class="container">
<iframe class="responsive-iframe" src="https://www.youtube.com/watch?v=K_Vg94nBiaY"></iframe>
</div>
</main>
</body>
</html>