-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.4 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.4 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
<!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">
<title>Welcome to my Record Collection</title>
</head>
<body>
<h2>Hello, everything here will be categorised as best as possible towards their respective genre and so forth, Enjoy!</h2>
<h3>Artists</h3>
<p>Although the music is the prime focus; I believe the artists are acustommed to their special strengths. <b></b>
showcasing this should help with your own search to check out their music style and associated production buddies they would collab with for example. <b></b>
<ul><h4>
<li><a href="./FavArtists/Top5_Single_Artists.html">My favourite solo artists</a></li>
<li> <a href="./FavArtists/Top5_EP_Composers.html">My favourite album curators</a></li>
<li><a href="./FavArtists/Top5_Collaborators.html">My favourite collaborators</a> </li>
<li>Top 30 singles</li>
</h4></ul>
</p>
<h3>Best Albums</h3>
<p>I will try to include a variety other than genre and timespand here, unique nominations are pending.
<ul> <h4>
<li><a href="./Best_Categories/Top5_Under_12Min_EP.html">Top 5 Under 12 Min EP's</a> </li>
<li><a href="./Best_Categories/Top5_12-20Min_EP.html"> Top 5 12-20 Min EP's</a></li>
</h4></ul>
</p>
</body>
</html>