generated from ewuweblab/single-song-promo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (119 loc) · 4.29 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Stylesheet -->
<link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" />
<link rel="stylesheet" href="style.css" media="screen">
<link rel="stylesheet" href="print.css" media="print">
<!-- Scripts -->
<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script>
<script src="script.js" defer></script>
<title>The Beach Boys: I Get Around, song and lyrics</title>
</head>
<body>
<!-- Wrapper Container -->
<main>
<div2> <img class="pic1" src="assets/Best-of-Beach-Boys.webp" alt="Placeholder">
<img class="pic2" src="assets/beachboys3.jpg" alt="Placeholder">
<img class="pic3" src="assets/beachboys2.jpg" alt="Placeholder">
</div2>
<h1>Band: The Beach Boys</h1>
<h2>I Get Around</h2>
<audio crossorigin playsinline autoplay controls loop>
<source src="assets/thebeachboys.mp3" type="audio/mp3">
</audio>
<article>
<section id="one" class="one">
<p>[Chorus: Brian Wilson and Mike Love]</p>
<p>Round, round, get around
I get around, yeah </p>
<p>Get around, round, round, I get around
I get around</p>
<p>Get around, round, round, I get around
From town to town</p>
<p>Get around, round, round, I get around
I'm a real cool head</p>
<p>Get around, round, round, I get around
I'm making real good bread</p>
<p>Get around, round, round, I get around</p>
</section>
<section id="two" class="two">
<p>[Verse 1: Mike Love]</p>
<p>I'm getting bugged driving up and down this same old strip</p>
<p>I gotta find a new place where the kids are hip</p>
<p>My buddies and me are getting real well-known</p>
<p>Yeah, the bad guys know us and they leave us alone</p>
</section>
<sectionid id="three" class="three">
<p>[Chorus: Brian Wilson]</p>
<p>I get around</p>
<p>Get around, round, round, I get around</p>
<p>From town to town</p>
<p>Get around, round, round, I get around</p>
<p>I'm a real cool head</p>
<p>Get around, round, round, I get around</p>
<p>I'm making real good bread</p>
<p>Get around, round, round, I get around</p>
<p>I get around, round</p>
<p>Get around, round, round, oooh</p>
<p>Wah wa ooh, Wah wa ooh, Wah wa ooh!</p>
</sectionid>
<section id="four" class="four">
<p>[Verse 2: Mike Love]</p>
<p>We always take my car 'cause it's never been beat</p>
<p>And we've never missed yet with the girls we meet</p>
<p>None of the guys go steady 'cause it wouldn't be right</p>
<p>To leave their best girl home on a Saturday night</p>
</section>
<section id="five" class="five">
<p>[Chorus: Brian Wilson]</p>
<p>I get around,
Get around, round, round, I get around</p>
<p>From town to town,
Get around, round, round, I get around</p>
<p>I'm a real cool head,
Get around, round, round, I get around</p>
<p>Get around, round, round, I get around
I'm making real good bread</p>
<p>Get around, round, round, I get around,
I get around, round</p>
<p>Ah ah ah ah ah ah ah ah</p>
</section>
<section id="six" class="six">
<p>[Outro]</p>
<p>Round, round, get around
I get around, yeah</p>
<p>Get around, round, round, I get around
Get around, round, round, I get around</p>
<p>Wah wa oooh,
Get around, round, round, I get around</p>
<p>Ooooh,
Get around, round, round, I get around</p>
<p>Ooooh,
Get around, round, round, I get around</p>
<p>I get around
Get around, round, round, I get around</p>
<p>From town to town,
Get around, round, round, I get around</p>
<p>Ooooh,
Get around, round, round, I get around</p>
<p>Ooooh,
Get around, round, round, I get around</p>
</section>
</article>
<footer>
<cite>
<a href="https://genius.com/The-beach-boys-i-get-around-lyrics">Citation to Beach Boys song</a>
</cite>
</footer>
</main>
</body>
</html>