1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/views/index.erb
Dan Barber cc3a6217da Partway through component refactor.
* Queue now displays.
* Does not yet update.
2013-12-20 15:29:39 +00:00

13 lines
268 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>MPD Client</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<%= stylesheet_tag 'mpd-client' %>
<%= javascript_tag 'mpd-client' %>
</head>
<body>
</body>
</html>