Added videoid Identifier

This commit is contained in:
Jesse James Isler 2022-06-01 20:30:34 +02:00
parent 13d2513b7d
commit eab512160f
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Add Music to the login screen
Video="<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>"
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