mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-01 23:53:35 +05:00
Add basic html player
This commit is contained in:
parent
c58742d186
commit
960485d260
4 changed files with 1307 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
<main>
|
||||
<h1>Список жанров</h1>
|
||||
<ul id="genres-list">
|
||||
<li><a href="/getm3u?top100=1">TOP 100</a></li>{{range .Genres}}
|
||||
<li><a href="/getm3u?genre={{.Code}}">{{.Name}}</a></li>{{end}}
|
||||
<li><a href="/player?top100=1">TOP 100</a></li>{{range .Genres}}
|
||||
<li><a href="/player?genre={{.Code}}">{{.Name}}</a></li>{{end}}
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
|
|
1266
templates/player.htm
Normal file
1266
templates/player.htm
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue