adding the youtube demo video
This commit is contained in:
parent
fd4cc01e99
commit
3d62d20549
2 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,9 @@
|
|||
<div class="title"><img src="assets/images/logo.png" alt="Huegasm"></div>
|
||||
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's pretty awesome at synchronizing your music with your lights.</p>
|
||||
|
||||
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/te2r2Lph3OM" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
{{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ module.exports = function(environment) {
|
|||
'media-src': "'self' api.soundcloud.com *.sndcdn.com blob:",
|
||||
'style-src': "'self' 'unsafe-inline' fonts.googleapis.com",
|
||||
'object-src': "'self' connect.soundcloud.com",
|
||||
'frame-src': "'self'"
|
||||
'frame-src': "'self' www.youtube.com"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue