added index
This commit is contained in:
parent
756221a4b1
commit
a735d06185
6 changed files with 2365 additions and 616 deletions
37
index.html
Normal file
37
index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>dzserver</title>
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
|
||||
body {
|
||||
background-color: #474747;
|
||||
}
|
||||
p, h1, h2, a {
|
||||
color: #ffffff;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>dzserver</h1>
|
||||
<h2><a href="https://git.freezer.life/uhwot/dzserver">source code</a></h2>
|
||||
<br>
|
||||
|
||||
<p>how 2 use:</p>
|
||||
<p><b>/track/<id></b></p>
|
||||
<p><b>/album/<id></b></p>
|
||||
<p><b>/playlist/<id></b></p>
|
||||
<br>
|
||||
|
||||
<p>params are:</p>
|
||||
<p><b>t: tagging</b>, boolean</p>
|
||||
<p><b>f: format</b>, can be one of these:</p>
|
||||
<p>aac_96, 64, 128, 320, ra1, ra2, ra3, sbc_256, misc</p>
|
||||
<p>available formats depend on the track</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue