feature(view) add audio

This commit is contained in:
coderaiser 2014-04-01 07:57:55 -04:00
parent ae5e7ea2ab
commit a0a579b84d
2 changed files with 56 additions and 4 deletions

4
html/audio.html Normal file
View file

@ -0,0 +1,4 @@
<div id="js-audio">
<audio src="{{ src }}" controls autoplay></audio>
<p class="reduce-text"><strong>{{ name }}</strong></p>
</div>