-
Notifications
You must be signed in to change notification settings - Fork 9.9k
/
index.html
45 lines (30 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Album Cover</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<div id="front" class="album">
<div id="title-box">
<!-- Level 4 'PHARRELL WILLIAMS' Header -->
<!-- Level 2 'HAPPY' Header -->
<!-- Level 4 '| FROM DESPICABLE ME...' Header -->
</div>
</div>
<div id="back" class="album">
<!-- Level 3 '| FROM DESPICABLE ME...' Header -->
<!-- Level 1 'HAPPY' Header -->
<!-- Level 3 'WRITTEN BY...' Header -->
<!-- pararaph text 'PUBLISHED BY...' -->
<!-- span text 'PHARRELLWILLIAMS.COM' -->
<!-- display the images hosted on [https://s3.amazonaws.com/learn-verified/columbia-logo.png] -->
<!-- span text 'COLUMBIARECORDS.COM' -->
<br>
<!-- display the images hosted on [https://s3.amazonaws.com/learn-verified/sony-logo.png] -->
</div>
</div>
</body>
</html>