mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
<div id="controls">
|
|
<button data-command="previous">previous</button>
|
|
<button data-command="play">play</button>
|
|
<button data-command="pause">pause</button>
|
|
<button data-command="stop">stop</button>
|
|
<button data-command="next">next</button>
|
|
</div>
|