30 lines
759 B
HTML
30 lines
759 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background: #000;
|
|
color: #fff;
|
|
font-family: sans-serif;
|
|
}
|
|
a {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>monochrome is dead</p>
|
|
<p><a href="https://qqdl.site">original source code</a></p>
|
|
<p>use tidal ui instead</p>
|
|
|
|
<p><a href="https://music.binimum.org/">https://music.binimum.org/</a></p>
|
|
<p><a href="https://tidal.squid.wtf">https://tidal.squid.wtf</a></p>
|
|
<p><a href="https://qqdl.site">https://qqdl.site</a></p>
|
|
|
|
|
|
<p>check out:</p>
|
|
<p><a href="https://artistgrid.cx">https://artistgrid.cx</a></p>
|
|
<p>if you wanna fork my shit or something idgaf</p>
|
|
</body>
|
|
</html>
|