firepup-site/public/pages/music.html
Firepup Sixfifty 5554deea80
Fix css order
2025-03-27 17:26:57 -05:00

34 lines
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Music - FP650</title>
<meta name="description" content="My music taste" />
<meta property="og:title" content="Music - FP650" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://firepup650.com/favicon.ico" />
<meta property="og:image:height" content="512" />
<meta property="og:image:width" content="512" />
<meta property="og:url" content="https://firepup650.com/music" />
<meta property="og:description" content="My music taste" />
<meta property="og:site_name" content="Firepup650's Site" />
<meta property="og:locale" content="en_US">
<meta property="og:logo" content="https://firepup650.com/favicon.ico" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
</head>
<body>
<h5 hidden id='Maintenance' class="center"></h5>
<span class=center>
<h3 class=force-color>Firepup's music taste</h3>
<p class=force-color>Well I don't know why you want this, but a direct link to my playlist is this:</p>
<a class=cyan href="https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM">https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM</a></p>
<p class=force-color>Here's a spotify embed too, for good measure:</p>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/4ctNy3O0rOwhhXIKyLvUZM" width="100%" height="500" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</span>
<script src="/scripts/script.js"></script>
</body>
</html>