summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 04:41:49 -0500
committerTeddy Wing2013-11-10 04:41:49 -0500
commit5cd1a609f386959f402078587fe3f4ffb692c70f (patch)
tree5e781cfb5d2735c4c020c3f2de69a4a265dee592 /index.html
parent738d0e4cfd6906cceb0908670410325bf4417bc2 (diff)
downloadclip-play-5cd1a609f386959f402078587fe3f4ffb692c70f.tar.bz2
Style URL input
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0ea650c..fce6166 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
<div role="main">
<div id="add-sample">
<form action="" method="get">
- <input type="text" class="js-sample-url" placeholder="Video URL" />
+ <input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" />
<button type="button" class="js-create-sample">+</button>
</form>
</div>