Add initial HTML structure with content

This commit is contained in:
Eduard Prigoana 2025-12-12 01:03:49 +02:00 committed by GitHub
parent b78f148947
commit dd436f40ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

30
index.html Normal file
View file

@ -0,0 +1,30 @@
<!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>