-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathepisodes.html
More file actions
61 lines (56 loc) · 1.82 KB
/
episodes.html
File metadata and controls
61 lines (56 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Episodes</title>
<link rel="stylesheet" href="episodes.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<!-- Blobs -->
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<!-- Navbar -->
<nav class="navbar-container">
<a href="index.html" class="podcast-name">Muy Delulu</a>
<ul class="nav-links">
<li><a href="episodes.html">Episodes</a></li>
<li><a href="chisme.html">Chisme</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Main Content -->
<div class="container">
<h1 class="title">Episodes</h1>
<div class="typing-container">This Week's Episode..</div>
<iframe
style="border-radius: 12px"
src="https://open.spotify.com/embed/show/7rFopXaTo6kZAuZinzkHn2"
width="624"
height="351"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"
></iframe>
<iframe
width="624"
height="351"
src="https://www.youtube.com/embed/videoseries?si=FiDMWzivlUED7yIP&list=PL2wPga1EeFLHO00G_wsFxqAwUlGWAIJb7"
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>
</div>
</body>
</html>