1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/views/library.ejs
2013-12-12 11:46:09 +00:00

8 lines
157 B
Plaintext

<header>
<a class="close" href="#!">Close</a>
<h1>Library</h1>
</header>
<ol class="list">
<%== can.view.render('views/library/root.ejs', {}) %>
</ol>