diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,7 @@ <header> <h1>ClipPlay</h1> </header> - + <div role="main"> <div id="add-sample"> <input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" /> @@ -49,7 +49,7 @@ <span class="clip-time js-time"></span> </div> </div> - + <div class="selected-bar js-selected-bar"></div> <div class="clip-line js-clip-line js-end-position"> @@ -62,6 +62,7 @@ <div> <input type="text" class="key key-input js-keyboard-key" placeholder="a" /> </div> + <button type="button" class="button red js-remove-sample">-</button> </div> </script> |
