diff options
| author | Teddy Wing | 2013-04-28 12:41:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 12:41:50 -0400 |
| commit | afcb492f8b32b9146e160fbfa0ea1e4691463568 (patch) | |
| tree | 28a9d8b86ca246259104e7ab9ebab3fdd346678b /views | |
| parent | 9abf6afec1beaaa137090aec42c6a133b2e47b6e (diff) | |
| download | Who-am-I-afcb492f8b32b9146e160fbfa0ea1e4691463568.tar.bz2 | |
Get video from Parse and add to DOM
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.ejs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.ejs b/views/index.ejs index 4b800e5..4438a2d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -22,7 +22,9 @@ <body> <div role="main"> <section class="video"> - <iframe width="680" height="360" src="http://www.youtube.com/embed/Yj1TXR68BPA" frameborder="0" allowfullscreen></iframe> + <video src="" controls> + Your browser does not support the <code>video</code> element. + </video> </section> <section id="character-select"> |
