-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.62 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<title>You Spin Me Round</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div class="container">
<div class="lyricsbox">
<div class="titlebox">
<h1>You Spin Me Round (Like A Record)</h1>
<small>Dead Or Alive</small>
</div>
<div class="lyrics">
If I, I get to know your name
Well I could trace your private number, baby
All I know is that to me
You look like you're lots of fun
Open up your lovin' arms
I want some, want some
I've set my sights on you
(And no one else will do)
And I, I've got to have my way now, baby
All I know is that to me
You look like you're havin' fun
Open up your lovin' arms
Watch out, here I come
You spin me right 'round, baby
Right 'round like a record, baby
Right 'round, 'round, 'round
You spin me right 'round, baby
Right 'round like a record, baby
Right 'round, 'round, 'round
I, I got to be your friend now, baby
And I, I would like to move in just a little bit closer
All I know is that to me
You look like you're lots of fun
Open up your lovin' arms
Watch out, here I come
You spin me…
</div>
</div>
</div>
</body>
</html>