i think I fixed it?
This commit is contained in:
parent
eab512160f
commit
3dd5ead682
@ -1,4 +1,5 @@
|
||||
# Add Music to the login screen
|
||||
videoid="ZjQZxqTipHM"
|
||||
Video="<section class='join-body flexrow'><div class='app'><center><iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe></center></div></section>"
|
||||
echo "$Video" >> /home/foundry/resources/app/templates/setup/join-game.html
|
||||
|
||||
Video='<section class="join-body flexrow"><div class="flexcol"><div class="app"><center><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZjQZxqTipHM?autoplay=1&controls=0&loop=1" title="Background Music" frameborder="0" allow="autoplay;"></iframe></center></div></div></section>'
|
||||
sed '70 i $Video' >> /home/foundry/resources/app/templates/setup/join-game.html
|
||||
|
Loading…
Reference in New Issue
Block a user