-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmusic.html
More file actions
47 lines (45 loc) · 2.14 KB
/
Copy pathmusic.html
File metadata and controls
47 lines (45 loc) · 2.14 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
47
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="css/music.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<header>
<div class="dropdown">
<button class="dropbtn">|||
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="music.html">Music</a>
<a href="philosophy.html">Philosophy</a>
<a href="magic.html">Magic</a>
<a href="aboutme.html">About Me</a>
</div>
</header>
<head>
<title>bringmethemusic</title>
<img
src="images/music.png"
alt="bringmethemusic"
/>
<script src="/script.js"></script>
</head>
<body>
<iframe allow="autoplay *; encrypted-media *; fullscreen *" frameborder="0" src="https://embed.music.apple.com/be/playlist/welcome-to-bringmetheaxx/pl.u-6mo4zxWcR26Adp"></iframe>
<iframe allow="autoplay *; encrypted-media *; fullscreen *" frameborder="0" src="https://embed.music.apple.com/be/playlist/mixtape-pride21/pl.u-vxy6KZ4tvg0Yrm"></iframe>
<iframe allow="autoplay *; encrypted-media *; fullscreen *" frameborder="0" src="https://embed.music.apple.com/be/playlist/mixtape-2021highlights/pl.u-Ymb0DJqTz7L2vX"></iframe>
</body>
<footer class="footer">
<nav class="social">
<a href="https://github.com/bringmetheaxx" class="fab fa-github fa-2x"></a>
<a href="https://twitter.com/bringmetheaxx" class="fab fa-twitter fa-2x"></a>
<a href="https://www.linkedin.com/in/bringmetheaxx/" class="fab fa-linkedin fa-2x"></a>
<a href="https://instagram.com/bringmetheaxx" class="fab fa-instagram fa-2x"></a>
<a href="https://music.apple.com/profile/bringmetheaxx" class="fab fa-apple fa-2x"></a>
<a href="https://www.reddit.com/user/bmtaxx" class="fab fa-reddit fa-2x"></a>
<a href="https://unsplash.com/@axxintheworld" class="fab fa-unsplash fa-2x"></a>
<a href="https://letterboxd.com/bringmetheaxx/" class="fab fa-youtube fa-2x"></a>
<a href="https://open.spotify.com/user/bringmetheaxx" class="fab fa-spotify fa-2x"></a>
</nav>
<div class="footer_text">
<p>2021 @fabandgayinc.</p>
</div>
</footer>