-
Notifications
You must be signed in to change notification settings - Fork 0
/
ep.html
64 lines (56 loc) · 2.04 KB
/
ep.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type = "image/png" href="image/shortcut.png" />
<title>Category: EP</title>
<link rel="stylesheet" type="text/css" href="css/html5reset.css">
<link rel = "stylesheet" type="text/css" href = "css/main.css">
<link href='https://fonts.googleapis.com/css?family=Advent Pro' rel='stylesheet'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<a class="skip-content" href="#content">Skip to main content</a>
<header class = "header-not-home">
<nav class = "nav-not-home">
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href = "album.html">Album</a></li>
<li><a href = "ep.html" class = "current">EP</a></li>
<li><a href = "single.html">Single</a></li>
<li><a href = "live.html">Live</a></li>
<li><a href = "bestof.html">Best of</a></li>
<li><a href = "playlist.html">Playlist</a></li>
</ul>
</nav>
</header>
<main id = content>
<h1>EP</h1>
<div class = "list-content">
<section><img src = "image/rlenae_CrushEP_CA.jpg" alt = "Ravyn Lenae Crush EP album art"/>
<h2><a href = "ep.html">EP</a></h2>
<h3>Ravyn Lenae - <i>Crush</i> EP</h3>
March 28, 2018
</section>
</div>
</main>
<footer>
<a href = "#top" aria-label = "Return to top of the page" class = "top-symb"><i class="fas fa-arrow-circle-up"></i></a>
<ul class = "footer-info">
<li><a href = "about.html">About</a></li>
<li><a href = "contact.html">Contact</a></li>
</ul>
<nav class = "footer-nav">
<ul>
<li><a href = "album.html">Album</a></li>
<li><a href = "ep.html">EP</a></li>
<li><a href = "single.html">Single</a></li>
<li><a href = "live.html">Live</a></li>
<li><a href = "bestof.html">Best of</a></li>
<li><a href = "playlist.html">Playlist</a></li>
</ul>
</nav>
<section class = "copyright">© Lucid Pop</section>
</footer>
</body>
</html>