summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index ad0d87b..27d6463 100644
--- a/index.html
+++ b/index.html
@@ -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>