Add initial HTML structure with content
This commit is contained in:
parent
b78f148947
commit
dd436f40ba
1 changed files with 30 additions and 0 deletions
30
index.html
Normal file
30
index.html
Normal 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>
|
||||
Loading…
Reference in a new issue