DND_Things/James' Things/foundry patches/loginmusic.sh

6 lines
451 B
Bash
Raw Normal View History

2022-06-01 17:55:27 +00:00
# Add Music to the login screen
2022-06-01 18:30:34 +00:00
videoid="ZjQZxqTipHM"
2022-06-01 18:46:49 +00:00
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&amp;controls=0&amp;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