diff options
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"> | 
