-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.html
45 lines (44 loc) · 1.75 KB
/
music.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
---
title: Music
---
<main>
<section class="centered narrow">
<iframe src="https://www.youtube.com/embed/DnjaSzEvgmk" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</section>
<section class="narrow">
<h3>Our Music</h3>
<p>The Hot Baked Goods’ first album, <em>Live at the Bootleggers Ball</em>, is available for purchase at their public gigs.
</p>
</section>
<section>
<ul class="grid col-2">
<li>
<iframe src="https://www.youtube.com/embed/Etwkhuct_Jo" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</li>
<li>
<iframe src="https://www.youtube.com/embed/StZiBs3PZ_g" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</li>
<li>
<iframe src="https://www.youtube.com/embed/StZiBs3PZ_g" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</li>
<li>
<iframe src="https://www.youtube.com/embed/uQ8PL_ngDfA" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</li>
</ul>
</section>
</main>