Player boo hoo

This commit is contained in:
magnolia-fan
2011-04-08 22:39:49 +04:00
parent 63136f8b67
commit b8b97c3efa
14 changed files with 506 additions and 2 deletions
+7 -1
View File
@@ -3,12 +3,18 @@
<head>
<title>BeatHaven</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag :all %>
<%= csrf_meta_tag %>
</head>
<body>
<div id="contents">
<div class="inner-1">
<div id="player">
<span id="artist"></span>
<span id="dash"> - </span>
<span id="title"></span>
<audio controls preload style="width:1000px;"></audio>
</div>
<%= yield %>
</div>
</div>