diff options
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 587b0b2..c337499 100644 --- a/static/index.html +++ b/static/index.html @@ -34,8 +34,16 @@ </ul> </div> <div id="playlist-tab"> - <ul id="playlist"> - </ul> + <table id="playlist"> + <thead> + <tr> + <th>Name</th> + <th> </th> + </tr> + </thead> + <tbody> + </tbody> + </table> </div> </div> </div> |