-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalbums.html
64 lines (60 loc) · 3.31 KB
/
albums.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-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bbjme's website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="icon" href="media/1998 halloween yellow teletubby.jpg">
</head>
<body>
<!-- Navbar -->
<div class="nav">
<div class="container flex">
<input type="checkbox" id="check">
<label class="logo">bbjme</label>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCAUbIF9g80E6phY1_KUtQeA" target="_blank"
rel="noopener noreferrer"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://soundcloud.com/bbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-soundcloud"></i></a></li>
<li><a href="https://www.instagram.com/officialbbjme/" target="_blank" rel="noopener noreferrer"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/officialbbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.twitch.tv/bbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-twitch"></i></a>
</li>
<li><a href="https://twitter.com/officialbbjme" target="_blank" rel="noopener noreferrer"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://www.tiktok.com/@officialbbjme?lang=en" target="_blank" rel="noopener noreferrer"><i
class="fab fa-tiktok"></i></a></li>
<li><a href="https://www.keakr.com/en/profile/bbjme/keaks" target="_blank" rel="noopener noreferrer"><i
class="fab fa-kaggle"></i></a></li>
</ul>
<ul class="sections">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="new song.html">New Song</a></li>
<li><a href="song covers.html">Song Covers</a></li>
<!-- <li><a href="albums.html">Albums</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
</div>
</div>
<div class="inconvenience">
<h2>Sorry, there currently isn't any content available on this page.
<br>
Do not worry though, there will be content available soon!
</h2>
</div>
</body>
</html>