summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-09 21:56:51 -0500
committerTeddy Wing2013-11-09 21:56:51 -0500
commitfad0307976a0664f11a69911661d8e387c4b3aab (patch)
tree050bf35b76e29e75d891004c2c2d8c7290886604 /index.html
parent7b72828cf7fc0583b4937d3279ce410f3346c09e (diff)
downloadclip-play-fad0307976a0664f11a69911661d8e387c4b3aab.tar.bz2
Backbone-ify code from Kawan's sample.js
* Add attributes to the model * Add player initialisation code to the Sample item view
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5a09cef..717dcf8 100644
--- a/index.html
+++ b/index.html
@@ -25,9 +25,7 @@
<div id="samples"></div>
- <div class="video">
- <iframe src="http://cdn.embedly.com/widgets/media.html?schema=youtube&type=text%2Fhtml&html=http://www.youtube.com/embed/q3wHLCW4hbg" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen id="single-video-lets-see-if-we-can-get-this-to-work"></iframe>
- </div>
+ <div id="video"></div>
</div>