Add basic html player

This commit is contained in:
nxshock 2022-07-02 16:20:06 +05:00
parent c58742d186
commit 960485d260
4 changed files with 1307 additions and 2 deletions

View file

@ -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

File diff suppressed because it is too large Load diff